From 61d6311ccacacf6af3d10580a9119851e7283ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:07:57 +0000 Subject: [PATCH] Bump govuk_sidekiq from 7.1.2 to 7.1.3 Bumps [govuk_sidekiq](https://github.com/alphagov/govuk_sidekiq) from 7.1.2 to 7.1.3. - [Changelog](https://github.com/alphagov/govuk_sidekiq/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/govuk_sidekiq/compare/v7.1.2...v7.1.3) --- updated-dependencies: - dependency-name: govuk_sidekiq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index df00ddb9..5fd86f81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,11 +159,11 @@ GEM sentry-rails (~> 5.3) sentry-ruby (~> 5.3) statsd-ruby (~> 1.5) - 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) hashdiff (1.0.1) hashie (5.0.0) http-accept (1.7.0) @@ -215,7 +215,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2023.1003) mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.20.0) mlanett-redis-lock (0.2.7) redis @@ -506,7 +506,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.1) @@ -586,10 +589,10 @@ GEM sidekiq (>= 3.0) shoulda-matchers (5.3.0) activesupport (>= 5.2.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) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -601,7 +604,7 @@ GEM version_gem (~> 1.1, >= 1.1.1) spring (4.1.1) statsd-ruby (1.5.0) - thor (1.2.2) + thor (1.3.0) timecop (0.9.8) timeout (0.4.0) tzinfo (2.0.6)