From d3d2eb93827b3ad014a88148daaaebbe51450293 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2020 16:56:09 +0000 Subject: [PATCH] Update sidekiq to version 6.0.7 --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7dfe650..c4ab601 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ GEM public_suffix (3.0.2) puma (3.9.1) rack (2.2.2) - rack-protection (2.0.7) + rack-protection (2.0.8.1) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -131,7 +131,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - redis (4.1.2) + redis (4.1.3) rubyzip (2.0.0) sass (3.5.1) sass-listen (~> 4.0.0) @@ -149,9 +149,9 @@ GEM rubyzip (>= 1.2.2) sentry-raven (2.5.3) faraday (>= 0.7.6, < 1.0) - sidekiq (6.0.0) + sidekiq (6.0.7) connection_pool (>= 2.2.2) - rack (>= 2.0.0) + rack (~> 2.0) rack-protection (>= 2.0.0) redis (>= 4.1.0) spring (2.0.2)