From a24459bfb5ab8ffd19fa516ede722ade896c9a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:51:41 +0000 Subject: [PATCH] Bump sidekiq from 5.2.2 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.2 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.2...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 996fc318..991687d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -752,7 +752,7 @@ GEM multi_json (~> 1.0) pusher-signature (~> 0.1.8) pusher-signature (0.1.8) - rack (2.0.8) + rack (2.2.3) rack-protection (2.0.4) rack rack-ssl (1.4.1) @@ -765,7 +765,7 @@ GEM ffi (>= 1.0.6) msgpack (>= 0.4.3) optimist (>= 3.0.0) - redis (4.0.2) + redis (4.5.1) redis-namespace (1.6.0) redis (>= 3.0.4) redlock (0.2.2) @@ -796,10 +796,10 @@ GEM sentry-raven (2.7.4) faraday (>= 0.7.6, < 1.0) sequel (5.13.0) - sidekiq (5.2.2) - connection_pool (~> 2.2, >= 2.2.2) - 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) signet (0.11.0) addressable (~> 2.3) faraday (~> 0.9)