From d6c1cc8be678f28876ee03d5756ac7db841019be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 19:56:23 +0000 Subject: [PATCH] Upgrade: Bump sidekiq from 6.5.5 to 7.1.3 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.5 to 7.1.3. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.5...v7.1.3) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 6e71905f53..48eb3491d3 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'sentry-rails', '~> 5.4' gem 'sentry-ruby', '~> 5.9' gem 'sentry-sidekiq', '~> 5.10' gem 'shakapacker', '6.6.0' -gem 'sidekiq', '~> 6.5' +gem 'sidekiq', '~> 7.1' gem 'turbo-rails', '~> 1.4' gem 'view_component', '~> 3.5' diff --git a/Gemfile.lock b/Gemfile.lock index 7b171b7ded..87e6ccaa57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -401,7 +401,7 @@ GEM redcarpet (3.6.0) redis (5.0.6) redis-client (>= 0.9.0) - redis-client (0.14.1) + redis-client (0.17.0) connection_pool regexp_parser (2.8.1) reline (0.3.3) @@ -510,10 +510,11 @@ GEM semantic_range (>= 2.3.0) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - sidekiq (6.5.5) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.5.0) + sidekiq (7.1.3) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -635,7 +636,7 @@ DEPENDENCIES sentry-sidekiq (~> 5.10) shakapacker (= 6.6.0) shoulda-matchers (~> 5.3) - sidekiq (~> 6.5) + sidekiq (~> 7.1) simplecov (~> 0.22) turbo-rails (~> 1.4) vcr (~> 6.2)