From 49a1017682a73b4f8f0f39ed47dbc8eb1e091af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 19:45:21 +0000 Subject: [PATCH] Bump sidekiq from 6.5.9 to 7.1.3 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.9 to 7.1.3. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.9...v7.1.3) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 8973c5792..2382f097a 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ gem 'scss_lint', require: false, group: %i[development] gem 'secure_headers' gem 'selenium-webdriver', '4.8.1', group: %i[test] gem 'shoulda-matchers', '~> 4.0', group: %i[test] -gem 'sidekiq', "< 7.0" # sidekiq 7 requires upgrade to redis 6 +gem 'sidekiq', "< 8.0" # sidekiq 7 requires upgrade to redis 6 gem 'simplecov', require: false, group: %i[development test] gem 'solr_wrapper', '~> 2.0', group: %i[development test] gem 'spring', '~> 1.7', group: %i[development] diff --git a/Gemfile.lock b/Gemfile.lock index 597431283..7d2a313f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,7 +314,7 @@ GEM coffee-script-source (1.12.2) colorize (0.8.1) concurrent-ruby (1.2.2) - connection_pool (2.4.0) + connection_pool (2.4.1) crack (0.4.5) rexml crass (1.0.6) @@ -1021,6 +1021,8 @@ GEM redic (1.5.3) hiredis redis (4.8.1) + redis-client (0.17.0) + connection_pool redis-namespace (1.10.0) redis (>= 4) redlock (1.3.2) @@ -1144,10 +1146,11 @@ GEM sxp (~> 1.1) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.5.9) - connection_pool (>= 2.2.5, < 3) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.1.3) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) signet (0.17.0) addressable (~> 2.8) faraday (>= 0.17.5, < 3.a) @@ -1364,7 +1367,7 @@ DEPENDENCIES secure_headers selenium-webdriver (= 4.8.1) shoulda-matchers (~> 4.0) - sidekiq (< 7.0) + sidekiq (< 8.0) simplecov solr_wrapper (~> 2.0) spring (~> 1.7)