From ff354d566d79d1ebd177a9c1bdfa266045b73703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:50:09 +0000 Subject: [PATCH] Bump sidekiq from 5.0.3 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.0.3 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/v5.0.3...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0911412..4d1bbe5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,8 +89,8 @@ GEM ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) coderay (1.1.1) - concurrent-ruby (1.0.5) - connection_pool (2.2.1) + concurrent-ruby (1.1.9) + connection_pool (2.2.5) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.4) @@ -184,11 +184,9 @@ GEM puma (3.9.1) pundit (1.1.0) activesupport (>= 3.0.0) - rack (2.0.3) + rack (2.2.3) rack-mini-profiler (0.10.5) rack (>= 1.2.0) - rack-protection (2.0.3) - rack rack-test (0.6.3) rack (>= 1.0) rack-timeout (0.4.2) @@ -226,7 +224,7 @@ GEM rb-fsevent (0.9.8) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - redis (3.3.3) + redis (4.5.1) request_store (1.3.2) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) @@ -274,11 +272,10 @@ GEM rubyzip (~> 1.0) shoulda-matchers (3.1.1) activesupport (>= 4.0.0) - sidekiq (5.0.3) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) - rack-protection (>= 1.5.0) - redis (~> 3.3, >= 3.3.3) + sidekiq (6.4.0) + connection_pool (>= 2.2.2) + rack (~> 2.0) + redis (>= 4.2.0) slop (3.6.0) spring (2.0.2) activesupport (>= 4.2)