Skip to content

Commit

Permalink
⬆️ Update sidekiq to version 7.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Sep 16, 2023
1 parent c4d3c3b commit da5ccbc
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GEM
chronic (0.10.2)
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.3.0)
connection_pool (2.4.1)
content_disposition (1.0.0)
coveralls_reborn (0.18.0)
simplecov (>= 0.18.1, < 0.20.0)
Expand Down Expand Up @@ -248,7 +248,7 @@ GEM
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
rack (2.2.8)
rack-proxy (0.7.6)
rack
rack-test (2.1.0)
Expand Down Expand Up @@ -285,7 +285,8 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.6.0)
redis (4.8.0)
redis-client (0.17.0)
connection_pool
regexp_parser (2.8.0)
responders (3.1.0)
actionpack (>= 5.2)
Expand Down Expand Up @@ -361,10 +362,11 @@ GEM
shrine (3.4.0)
content_disposition (~> 1.0)
down (~> 5.1)
sidekiq (6.5.8)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.1.4)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
simplecov (0.19.1)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down

0 comments on commit da5ccbc

Please sign in to comment.