From f079a6395eb706112a0e54d3e49215f265832d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:00:31 +0000 Subject: [PATCH] Bump sidekiq from 5.2.3 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.3 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.3...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fce6bdd..404499e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GEM tzinfo coderay (1.1.2) concurrent-ruby (1.1.3) - connection_pool (2.2.2) + connection_pool (2.2.5) graphql (1.9.15) graphql-client (0.16.0) activesupport (>= 3.0) @@ -36,17 +36,17 @@ GEM method_source (~> 0.9.0) puma (4.3.0) nio4r (~> 2.0) - rack (2.0.6) + rack (2.2.3) rack-contrib (2.1.0) rack (~> 2.0) rack-protection (2.0.4) rack rake (13.0.0) - redis (4.0.3) - sidekiq (5.2.3) - connection_pool (~> 2.2, >= 2.2.2) - rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 5) + redis (4.5.1) + sidekiq (6.4.0) + connection_pool (>= 2.2.2) + rack (~> 2.0) + redis (>= 4.2.0) sinatra (2.0.4) mustermann (~> 1.0) rack (~> 2.0)