From a694b972c505f7d0f231e33d1a37d96dddef51c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 00:02:13 +0000 Subject: [PATCH] Bump sidekiq from 6.5.4 to 7.1.0 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.4 to 7.1.0. - [Release notes](https://github.com/sidekiq/sidekiq/releases) - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.4...v7.1.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 833f1ba..fbcecf7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM childprocess (4.1.0) coderay (1.1.3) concurrent-ruby (1.2.2) - connection_pool (2.2.5) + connection_pool (2.4.0) crass (1.0.6) cuprite (0.14.3) capybara (~> 3.0) @@ -337,7 +337,7 @@ GEM puma (5.6.4) nio4r (~> 2.0) racc (1.6.2) - rack (2.2.6.4) + rack (2.2.7) rack-mini-profiler (3.0.0) rack (>= 1.2.0) rack-protection (3.0.4) @@ -384,7 +384,7 @@ GEM redcarpet (3.6.0) redis (5.0.6) redis-client (>= 0.9.0) - redis-client (0.12.1) + redis-client (0.14.1) connection_pool regexp_parser (2.7.0) reline (0.3.3) @@ -464,10 +464,11 @@ GEM semantic_range (3.0.0) shoulda-matchers (5.1.0) activesupport (>= 5.2.0) - sidekiq (6.5.4) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.5.0) + sidekiq (7.1.0) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) simple_form (5.2.0) actionpack (>= 5.2) activemodel (>= 5.2)