From 35b84ebf4657548c9c86b61aa2736136e7806961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 23:12:04 +0000 Subject: [PATCH] Bump sidekiq from 6.5.4 to 7.0.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.5.4 to 7.0.0. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/mperham/sidekiq/compare/v6.5.4...v7.0.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e56be4c2..c0ede6d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM cliver (0.3.2) coderay (1.1.3) concurrent-ruby (1.1.10) - connection_pool (2.2.5) + connection_pool (2.3.0) crass (1.0.6) cuprite (0.13) capybara (>= 2.1, < 4) @@ -380,6 +380,8 @@ GEM ffi (~> 1.0) redcarpet (3.5.1) redis (4.7.1) + redis-client (0.10.0) + connection_pool regexp_parser (2.5.0) reline (0.3.1) io-console (~> 0.5) @@ -458,10 +460,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.0.0) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.9.0) simple_form (5.1.0) actionpack (>= 5.2) activemodel (>= 5.2)