From b1ffeb9ffae4af632d345340223f955d836fe537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:50:22 +0000 Subject: [PATCH] Bump sidekiq from 6.0.3 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.0.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/v6.0.3...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5c038cc..ad22be2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM descendants_tracker (~> 0.0.1) colorize (0.8.1) concurrent-ruby (1.1.5) - connection_pool (2.2.2) + connection_pool (2.2.5) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -225,12 +225,10 @@ GEM public_suffix (4.0.1) puma (4.3.1) nio4r (~> 2.0) - rack (2.0.8) + rack (2.2.3) rack-cors (1.0.3) rack-mini-profiler (1.1.3) rack (>= 1.2.0) - rack-protection (2.0.7) - rack rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -263,7 +261,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - redis (4.1.3) + redis (4.5.1) reek (5.4.0) codeclimate-engine-rb (~> 0.4.0) kwalify (~> 0.7.0) @@ -331,11 +329,10 @@ GEM faraday (>= 0.7.6, < 1.0) sexp_processor (4.13.0) shellany (0.0.1) - sidekiq (6.0.3) + 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) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3)