From e0c2d2d4339746e18989b853367ad7f8f7bc71d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 20:28:32 +0000 Subject: [PATCH] Bump sidekiq from 5.1.3 to 7.0.8 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 5.1.3 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.1.3...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 b40ad0d..8c33bf8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.2.2) - connection_pool (2.2.1) + connection_pool (2.4.0) crass (1.0.6) devise (4.7.1) bcrypt (~> 3.0) @@ -188,8 +188,6 @@ GEM puma (3.12.6) racc (1.6.2) rack (2.2.6.4) - rack-protection (2.0.1) - rack rack-test (0.6.3) rack (>= 1.0) rails (5.0.7.2) @@ -225,7 +223,8 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.0.1) + redis-client (0.14.1) + connection_pool responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) @@ -260,11 +259,11 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sidekiq (5.1.3) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) - rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 5) + sidekiq (7.0.8) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) slim (3.0.9) temple (>= 0.7.6, < 0.9) tilt (>= 1.3.3, < 2.1)