From a728606c09ba03fc7cda5a150f8cd0a14dfd3762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:05:02 +0000 Subject: [PATCH] Bump sidekiq from 6.5.1 to 7.1.3 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.1 to 7.1.3. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.1...v7.1.3) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index aefcd6f7..a38a6de1 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ group :development do end gem "secure_headers", "~> 6.3" -gem "sidekiq", "~> 6.4" +gem "sidekiq", "~> 7.1" gem "devise", "~> 4.8" gem "omniauth", "~> 2.0" gem "omniauth-github", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 62927508..5a73ce70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM coderay (1.1.3) colorize (0.8.1) concurrent-ruby (1.1.10) - connection_pool (2.2.5) + connection_pool (2.4.1) crack (0.4.5) rexml crass (1.0.6) @@ -211,7 +211,7 @@ GEM pundit (2.2.0) activesupport (>= 3.0.0) racc (1.6.0) - rack (2.2.4) + rack (2.2.8) rack-protection (2.2.1) rack rack-test (2.0.2) @@ -261,7 +261,8 @@ GEM rake (13.0.6) rash_alt (0.4.12) hashie (>= 3.4) - redis (4.7.1) + redis-client (0.17.0) + connection_pool regexp_parser (2.5.0) reline (0.3.1) io-console (~> 0.5) @@ -307,10 +308,11 @@ GEM secure_headers (6.3.4) shoulda-matchers (5.1.0) activesupport (>= 5.2.0) - sidekiq (6.5.1) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.2.0) + sidekiq (7.1.3) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) @@ -390,7 +392,7 @@ DEPENDENCIES rss (~> 0.2) secure_headers (~> 6.3) shoulda-matchers (~> 5.1) - sidekiq (~> 6.4) + sidekiq (~> 7.1) simplecov (~> 0.21) sprockets-rails standard (~> 1.7)