From 46cca38ee283bd2c0e1b91c34b29706345053133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:07:58 +0000 Subject: [PATCH] Bump sidekiq from 6.4.2 to 6.5.10 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.4.2 to 6.5.10. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.4.2...v6.5.10) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index b032ec2..e9038ce 100644 --- a/Gemfile +++ b/Gemfile @@ -46,6 +46,6 @@ group :production do gem "fog-aws" # to remove once images migrated gem "sentry-rails" gem "sentry-ruby" - gem "sidekiq", "~> 6.0" + gem "sidekiq", "~> 6.5" gem "sidekiq-cron" end diff --git a/Gemfile.lock b/Gemfile.lock index 217a931..47e4751 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,7 +192,7 @@ GEM coffee-script-source (1.12.2) commonmarker (0.23.9) concurrent-ruby (1.2.2) - connection_pool (2.2.5) + connection_pool (2.4.1) crack (0.4.5) rexml crass (1.0.6) @@ -651,7 +651,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.7.1) - rack (2.2.7) + rack (2.2.8) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-cors (1.1.1) @@ -794,10 +794,10 @@ GEM sentry-ruby-core (5.3.1) concurrent-ruby seven_zip_ruby (1.3.0) - sidekiq (6.4.2) - connection_pool (>= 2.2.2) + sidekiq (6.5.10) + connection_pool (>= 2.2.5, < 3) rack (~> 2.0) - redis (>= 4.2.0) + redis (>= 4.5.0, < 5) sidekiq-cron (1.4.0) fugit (~> 1) sidekiq (>= 4.2.1) @@ -917,7 +917,7 @@ DEPENDENCIES rubocop-faker sentry-rails sentry-ruby - sidekiq (~> 6.0) + sidekiq (~> 6.5) sidekiq-cron spring (~> 2.0) spring-watcher-listen (~> 2.0)