From da2927b9da7aec9db4fecfc8cfa366fb70571576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 20:28:18 +0000 Subject: [PATCH] Bump sidekiq from 5.2.10 to 7.0.8 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 5.2.10 to 7.0.8. - [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/v5.2.10...v7.0.8) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5dd9ce52..a66a0f2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.2.2) - connection_pool (2.2.5) + connection_pool (2.4.0) crass (1.0.6) date (3.3.1) dotenv (2.8.1) @@ -213,8 +213,6 @@ GEM rack (2.2.6.4) rack-cors (1.1.1) rack (>= 2.0.0) - rack-protection (2.2.0) - rack rack-test (2.0.2) rack (>= 1.3) rails (6.1.7.3) @@ -258,7 +256,8 @@ GEM rb-inotify (0.9.8) ffi (>= 0.5.0) redcarpet (3.5.1) - redis (4.5.1) + redis-client (0.14.1) + connection_pool request_store (1.3.2) responders (3.0.1) actionpack (>= 5.0) @@ -285,11 +284,11 @@ GEM shoulda-context (1.2.2) shoulda-matchers (3.1.3) activesupport (>= 4.0.0) - sidekiq (5.2.10) - connection_pool (~> 2.2, >= 2.2.2) - rack (~> 2.0) - rack-protection (>= 1.5.0) - redis (~> 4.5, < 4.6.0) + sidekiq (7.0.8) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) spring (2.1.1) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0)