From 1d47aad9df886b7dad59eb077dcd3e0f7fc6bd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 09:11:04 +0000 Subject: [PATCH] Upgrade: Bump sidekiq from 6.2.2 to 7.0.3 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.2.2 to 7.0.3. - [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.2.2...v7.0.3) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 46c40fc517..e8a9ebe430 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM cliver (0.3.2) coderay (1.1.3) concurrent-ruby (1.1.9) - connection_pool (2.2.5) + connection_pool (2.3.0) crack (0.4.5) rexml crass (1.0.6) @@ -354,7 +354,7 @@ GEM puma (5.5.2) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.3) + rack (2.2.5) rack-attack (6.5.0) rack (>= 1.0, < 3) rack-protection (2.1.0) @@ -408,7 +408,8 @@ GEM execjs railties (>= 3.2) tilt - redis (4.4.0) + redis-client (0.12.0) + connection_pool reek (6.0.6) kwalify (~> 0.7.0) parser (~> 3.0.0) @@ -493,10 +494,11 @@ GEM faraday shoulda-matchers (5.0.0) activesupport (>= 5.2.0) - sidekiq (6.2.2) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.2.0) + sidekiq (7.0.3) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11)