From 99ff2116154f9b43212e519443191c1cc65b0e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:53:40 +0000 Subject: [PATCH] Bump sidekiq from 6.0.1 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.0.1 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.1...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 db379a5..14d01b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.5) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.5) debug_inspector (0.0.3) docile (1.3.2) @@ -241,8 +241,6 @@ GEM rack (2.2.3) rack-livereload (0.3.17) rack - rack-protection (2.0.7) - rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (6.0.0) @@ -276,7 +274,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - redis (4.1.3) + redis (4.5.1) regexp_parser (1.6.0) rubocop (0.75.0) jaro_winkler (~> 1.5.1) @@ -310,11 +308,10 @@ GEM shoulda-context (1.2.2) shoulda-matchers (4.1.2) activesupport (>= 4.2.0) - sidekiq (6.0.1) + 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.17.1) docile (~> 1.1) json (>= 1.8, < 3)