From f7b192b69611455498142ca5fd7a205399682de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:46:02 +0000 Subject: [PATCH] Bump sidekiq from 5.2.5 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.5 to 6.4.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/v5.2.5...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7dc445a..1bb3e12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM bcrypt (3.1.12) builder (3.2.3) concurrent-ruby (1.1.4) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.4) devise (4.6.1) bcrypt (~> 3.0) @@ -113,9 +113,7 @@ GEM ast (~> 2.4.0) powerpack (0.1.2) raabro (1.1.6) - rack (2.0.6) - rack-protection (2.0.5) - rack + rack (2.2.3) rack-test (0.6.3) rack (>= 1.0) rails (5.0.7.1) @@ -147,7 +145,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - redis (4.1.0) + redis (4.5.1) redis-namespace (1.6.0) redis (>= 3.0.4) responders (2.4.1) @@ -164,11 +162,10 @@ GEM ruby-progressbar (1.10.0) rufus-scheduler (3.5.2) fugit (~> 1.1, >= 1.1.5) - sidekiq (5.2.5) - connection_pool (~> 2.2, >= 2.2.2) - rack (>= 1.5.0) - rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 5) + sidekiq (6.4.0) + connection_pool (>= 2.2.2) + rack (~> 2.0) + redis (>= 4.2.0) sidekiq-cron (0.4.5) redis-namespace (>= 1.5.2) rufus-scheduler (>= 2.0.24)