From 41c6fee050880c9b9736a70f66018c8344de4c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:58:57 +0000 Subject: [PATCH] Bump sidekiq from 5.2.7 to 6.4.0 in /api Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.7 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.7...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/Gemfile.lock | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/api/Gemfile.lock b/api/Gemfile.lock index 67c7098..46c499b 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -71,7 +71,7 @@ GEM byebug (11.0.1) coderay (1.1.2) concurrent-ruby (1.1.5) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.4) diff-lcs (1.3) docsplit (0.7.6) @@ -208,8 +208,6 @@ GEM raabro (1.1.6) rack (2.0.7) rack-cors (1.0.3) - rack-protection (2.0.5) - rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.3) @@ -241,7 +239,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - redis (4.1.2) + redis (4.5.1) rescue_registry (0.2.2) activesupport (>= 5.0) responders (3.0.0) @@ -269,11 +267,10 @@ GEM unicode-display_width (>= 1.4.0, < 1.7) ruby-progressbar (1.10.1) ruby_dep (1.5.0) - sidekiq (5.2.7) - 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 (1.1.0) fugit (~> 1.1) sidekiq (>= 4.2.1)