Skip to content

Commit

Permalink
Bump sidekiq to 7.3 (#3880)
Browse files Browse the repository at this point in the history
And some dependencies
  • Loading branch information
jlledom authored Sep 5, 2024
1 parent 4443a78 commit f39b1b2
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ GEM
hashdiff (1.0.1)
hashery (2.1.2)
hashie (3.6.0)
hiredis-client (0.21.1)
redis-client (= 0.21.1)
hiredis-client (0.22.2)
redis-client (= 0.22.2)
html-pipeline (2.12.3)
activesupport (>= 2)
nokogiri (>= 1.4)
Expand All @@ -409,7 +409,7 @@ GEM
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
inherited_resources (1.12.0)
actionpack (>= 5.2, < 6.2)
Expand Down Expand Up @@ -462,6 +462,7 @@ GEM
local-fastimage (3.1.3)
local-fastimage_resize (3.4.0)
local-fastimage (~> 3.0)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -658,9 +659,9 @@ GEM
actionview (>= 5)
recursive-open-struct (1.1.3)
redcarpet (3.5.1)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.21.1)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
redis-namespace (1.7.0)
redis (>= 3.0.4)
Expand Down Expand Up @@ -779,16 +780,18 @@ GEM
shoulda-context (2.0.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (7.2.4)
sidekiq (7.3.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.19.0)
redis-client (>= 0.22.2)
sidekiq-batch (0.2.0)
sidekiq (>= 7, < 8)
sidekiq-cron (1.9.1)
sidekiq-cron (1.12.0)
fugit (~> 1.8)
sidekiq (>= 4.2.1)
globalid (>= 1.0.1)
sidekiq (>= 6)
sidekiq-throttled (1.4.0)
concurrent-ruby (>= 1.2.0)
redis-prescription (~> 2.2)
Expand Down Expand Up @@ -927,7 +930,7 @@ GEM
sidekiq
yabeda (~> 0.6)
yard (0.9.36)
zeitwerk (2.6.15)
zeitwerk (2.6.18)
zip-zip (0.3)
rubyzip (>= 1.0.0)

Expand Down

0 comments on commit f39b1b2

Please sign in to comment.