From 98bc85fffe024102d304ca33c059d29680d7af85 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 20:45:30 +0000 Subject: [PATCH] Update sidekiq to version 6.2.0 --- Gemfile.lock | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7dfe650..7c738bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.6) - connection_pool (2.2.2) + connection_pool (2.2.3) crass (1.0.6) erubi (1.9.0) execjs (2.7.0) @@ -98,9 +98,7 @@ GEM mini_portile2 (~> 2.4.0) public_suffix (3.0.2) puma (3.9.1) - rack (2.2.2) - rack-protection (2.0.7) - rack + rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.4.2) @@ -131,7 +129,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - redis (4.1.2) + redis (4.2.5) rubyzip (2.0.0) sass (3.5.1) sass-listen (~> 4.0.0) @@ -149,11 +147,10 @@ GEM rubyzip (>= 1.2.2) sentry-raven (2.5.3) faraday (>= 0.7.6, < 1.0) - sidekiq (6.0.0) + sidekiq (6.2.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.0.2) activesupport (>= 4.2) spring-watcher-listen (2.0.1)