From f39b1b2fe4f05b2685d365548603eb7e18cb557b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Lled=C3=B3?= Date: Thu, 5 Sep 2024 16:32:19 +0200 Subject: [PATCH] Bump sidekiq to 7.3 (#3880) And some dependencies --- Gemfile.lock | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4ea743ed7c..bc83feefae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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)