Update sidekiq to version 7.2.4

This commit is contained in:
Matt Jankowski 2024-05-02 15:28:14 -04:00
parent 0148742396
commit 814c868342
1 changed files with 5 additions and 5 deletions

View File

@ -305,8 +305,8 @@ GEM
json json
highline (3.0.1) highline (3.0.1)
hiredis (0.6.3) hiredis (0.6.3)
hiredis-client (0.14.1) hiredis-client (0.22.1)
redis-client (= 0.14.1) redis-client (= 0.22.1)
hkdf (0.3.0) hkdf (0.3.0)
htmlentities (4.3.4) htmlentities (4.3.4)
http (5.2.0) http (5.2.0)
@ -680,7 +680,7 @@ GEM
psych (>= 4.0.0) psych (>= 4.0.0)
redcarpet (3.6.0) redcarpet (3.6.0)
redis (4.8.1) redis (4.8.1)
redis-client (0.14.1) redis-client (0.22.1)
connection_pool connection_pool
redlock (1.3.2) redlock (1.3.2)
redis (>= 3.0.0, < 6.0) redis (>= 3.0.0, < 6.0)
@ -779,11 +779,11 @@ GEM
rubyzip (>= 1.2.2, < 3.0) rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0) websocket (~> 1.0)
semantic_range (3.0.0) semantic_range (3.0.0)
sidekiq (7.2.0) sidekiq (7.2.4)
concurrent-ruby (< 2) concurrent-ruby (< 2)
connection_pool (>= 2.3.0) connection_pool (>= 2.3.0)
rack (>= 2.2.4) rack (>= 2.2.4)
redis-client (>= 0.14.0) redis-client (>= 0.19.0)
sidekiq-bulk (0.2.0) sidekiq-bulk (0.2.0)
sidekiq sidekiq
sidekiq-scheduler (5.0.3) sidekiq-scheduler (5.0.3)