From ca6add53b8f941a516728cbe948c832d18ed2233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:08:08 +0000 Subject: [PATCH] Bump sidekiq from 6.0.7 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.0.7 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.7...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 f6248d3..94d5c09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,7 +69,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.6) - connection_pool (2.2.3) + connection_pool (2.2.5) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.6) @@ -174,9 +174,7 @@ GEM pusher-client (0.6.2) json websocket (~> 1.0) - rack (2.2.2) - rack-protection (2.0.8.1) - rack + rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.1.7) @@ -207,7 +205,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.1.4) + redis (4.5.1) regexp_parser (1.7.0) rexml (3.2.4) rspec (3.9.0) @@ -273,11 +271,10 @@ GEM ruby_http_client (~> 3.4) shoulda-matchers (4.3.0) activesupport (>= 4.2.0) - sidekiq (6.0.7) + sidekiq (6.4.0) connection_pool (>= 2.2.2) rack (~> 2.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) + redis (>= 4.2.0) simple_calendar (2.2.6) rails (>= 3.0) simplecov (0.18.5)