diff --git a/Gemfile.lock b/Gemfile.lock index 7da1565b8d..92114d0137 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,11 +186,11 @@ GEM sprockets (>= 3) govuk_schemas (4.7.0) json-schema (>= 2.8, < 4.2) - govuk_sidekiq (7.1.2) + govuk_sidekiq (7.1.3) gds-api-adapters (>= 19.1.0) govuk_app_config (>= 1.1) redis-namespace (~> 1.6) - sidekiq (>= 6.5.12, < 7) + sidekiq (~> 6.5) govuk_test (4.0.1) brakeman (>= 5.0.2) capybara (>= 3.36) @@ -560,7 +560,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.8.1) + redis (5.0.8) + redis-client (>= 0.17.0) + redis-client (0.17.1) + connection_pool redis-namespace (1.11.0) redis (>= 4) regexp_parser (2.8.2) @@ -655,10 +658,10 @@ GEM sentry-sidekiq (5.12.0) sentry-ruby (~> 5.12.0) sidekiq (>= 3.0) - sidekiq (6.5.12) - connection_pool (>= 2.2.5, < 3) + sidekiq (6.5.5) + connection_pool (>= 2.2.2) rack (~> 2.0) - redis (>= 4.5.0, < 5) + redis (>= 4.5.0) sidekiq-scheduler (5.0.3) rufus-scheduler (~> 3.2) sidekiq (>= 6, < 8)