From 2f5b9bb63925318b576605ebc1c5f629ad8a1ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:04:53 +0000 Subject: [PATCH] Bump sidekiq from 6.5.6 to 7.1.3 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.6 to 7.1.3. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.6...v7.1.3) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 35ed711899..d4108493bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM childprocess (4.1.0) coderay (1.1.3) concurrent-ruby (1.1.10) - connection_pool (2.3.0) + connection_pool (2.4.1) countries (5.1.2) sixarm_ruby_unaccent (~> 1.1) crack (0.4.5) @@ -379,7 +379,7 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.6.0) - rack (2.2.4) + rack (2.2.8) rack-attack (6.6.1) rack (>= 1.0, < 3) rack-mini-profiler (3.0.0) @@ -421,7 +421,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.8.0) + redis (5.0.7) + redis-client (>= 0.9.0) + redis-client (0.17.0) + connection_pool regexp_parser (2.5.0) reline (0.3.1) io-console (~> 0.5) @@ -515,10 +518,11 @@ GEM shellany (0.0.1) shoulda-matchers (5.2.0) activesupport (>= 5.2.0) - sidekiq (6.5.6) - connection_pool (>= 2.2.5) - 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) sidekiq-scheduler (4.0.2) redis (>= 4.2.0) rufus-scheduler (~> 3.2)