From a8c882410cbc2b274eb7c0ad48700964bf2e6645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:50:29 +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 67b61f272..8bcf0fb18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -212,11 +212,11 @@ GEM bunny (~> 2.17) 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) @@ -279,7 +279,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) msgpack (1.7.1) multi_json (1.15.0) @@ -579,7 +579,10 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rbtree (0.4.6) - 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) @@ -683,10 +686,10 @@ GEM set (1.0.3) 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) signet (0.16.1) addressable (~> 2.8) faraday (>= 0.17.5, < 3.0) @@ -716,7 +719,7 @@ GEM sprockets (>= 3.0.0) statsd-ruby (1.5.0) systemu (2.6.5) - thor (1.2.2) + thor (1.3.0) tilt (2.1.0) timecop (0.9.8) timeout (0.4.0)