From 5997a5896dd3f6ab57ce1e60e7de9c7f54d7d91e Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 18:46:09 +0000 Subject: [PATCH] Update sidekiq to version 5.2.10 --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c42dc8d..2959168 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM builder (3.2.3) byebug (11.0.1) concurrent-ruby (1.1.5) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.4) diff-lcs (1.3) erubi (1.8.0) @@ -91,8 +91,8 @@ GEM mini_portile2 (~> 2.4.0) pg (1.1.4) puma (3.12.1) - rack (2.0.6) - rack-protection (2.0.5) + rack (2.2.3) + rack-protection (2.1.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -131,7 +131,7 @@ GEM rb-fsevent (0.9.8) rb-inotify (0.9.8) ffi (>= 0.5.0) - redis (4.1.0) + redis (4.5.1) rspec-core (3.8.0) rspec-support (~> 3.8.0) rspec-expectations (3.8.2) @@ -162,11 +162,11 @@ GEM sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) sax-machine (1.3.2) - sidekiq (5.2.5) + sidekiq (5.2.10) connection_pool (~> 2.2, >= 2.2.2) - rack (>= 1.5.0) + rack (~> 2.0) rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 5) + redis (~> 4.5, < 4.6.0) spring (2.0.2) activesupport (>= 4.2) spring-watcher-listen (2.0.1)