From 530c4dddb3b6c38821b4438d108a15c8f43be0b6 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 18:47:18 +0000 Subject: [PATCH] Update sidekiq to version 6.0.6 --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a4818b4..87b18c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,8 +91,8 @@ GEM mini_portile2 (~> 2.4.0) public_suffix (3.0.2) puma (3.9.1) - rack (2.0.7) - rack-protection (2.0.7) + rack (2.2.2) + rack-protection (2.0.8.1) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -123,7 +123,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) @@ -141,9 +141,9 @@ GEM rubyzip (>= 1.2.2) sentry-raven (2.5.3) faraday (>= 0.7.6, < 1.0) - sidekiq (6.0.0) + sidekiq (6.0.6) 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)