From dcac0d8b6847419bd23cf5e0c6f936bd40f90b45 Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Mon, 13 Nov 2023 08:43:28 +0000 Subject: [PATCH] Bump `sidekiq` from 6.5.5 to 6.5.12 This also downgrades `redis`, since support for Redis 5.x was removed from sidekiq in https://github.com/sidekiq/sidekiq/commit/d566154107e6543ccb42e0d2e7eddfb529f0933e. --- Gemfile.lock | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d1d23bf83..4a015be9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -647,10 +647,7 @@ GEM ffi (~> 1.0) rdoc (6.6.0) psych (>= 4.0.0) - redis (5.0.8) - redis-client (>= 0.17.0) - redis-client (0.18.0) - connection_pool + redis (4.8.1) redis-namespace (1.11.0) redis (>= 4) regexp_parser (2.8.2) @@ -755,10 +752,10 @@ GEM sidekiq (>= 3.0) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - sidekiq (6.5.5) - connection_pool (>= 2.2.2) + sidekiq (6.5.12) + connection_pool (>= 2.2.5, < 3) rack (~> 2.0) - redis (>= 4.5.0) + redis (>= 4.5.0, < 5) signet (0.18.0) addressable (~> 2.8) faraday (>= 0.17.5, < 3.a)