From 6ec4113e2d713fac62bd46d079871b1cf651aa76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 01:20:40 +0000 Subject: [PATCH] Bump sidekiq from 6.5.9 to 7.1.6 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.9 to 7.1.6. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.9...v7.1.6) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index e9fd37cf..bda4aa1f 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ group :development do gem "web-console" end -gem "sidekiq", "~> 6.5" +gem "sidekiq", "~> 7.1" gem "sidekiq-cron", "~> 1.10" diff --git a/Gemfile.lock b/Gemfile.lock index 7171c789..6c4d671d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -329,7 +329,8 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - redis (4.8.1) + redis-client (0.17.0) + connection_pool regexp_parser (2.8.1) reline (0.3.4) io-console (~> 0.5) @@ -408,10 +409,11 @@ GEM concurrent-ruby (~> 1.0, >= 1.0.2) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - sidekiq (6.5.9) - connection_pool (>= 2.2.5, < 3) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.1.6) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) sidekiq-cron (1.10.1) fugit (~> 1.8) globalid (>= 1.0.1) @@ -507,7 +509,7 @@ DEPENDENCIES scenic sentry-rails (~> 5.11) shoulda-matchers (~> 5.0) - sidekiq (~> 6.5) + sidekiq (~> 7.1) sidekiq-cron (~> 1.10) simplecov sprockets-rails