From 519aff06bf813845a15d9e6f36fa1650aca22ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:01:56 +0000 Subject: [PATCH] Bump sidekiq from 6.0.4 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.0.4 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/v6.0.4...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c0297f5..bdf3e3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM builder (3.2.4) byebug (11.0.1) concurrent-ruby (1.1.8) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.6) diff-lcs (1.3) erubi (1.10.0) @@ -104,8 +104,6 @@ GEM nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) - rack-protection (2.0.8.1) - rack rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -140,7 +138,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.1.3) + redis (4.5.1) request_store (1.5.0) rack (>= 1.4) rspec-core (3.9.1) @@ -171,11 +169,10 @@ GEM sprockets (> 3.0) sprockets-rails tilt - sidekiq (6.0.4) + sidekiq (6.4.0) connection_pool (>= 2.2.2) - rack (>= 2.0.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) + rack (~> 2.0) + redis (>= 4.2.0) spring (2.1.0) spring-commands-rspec (1.0.4) spring (>= 0.9.1)