From 7dae1e71736082d7c3798a9b23ebe0e0309983fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:46:37 +0000 Subject: [PATCH] Bump sidekiq from 5.2.7 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.7 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.2.7...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5afdcd5..638c2e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM activesupport coderay (1.1.2) concurrent-ruby (1.0.5) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.4) devise (4.4.3) bcrypt (~> 3.0) @@ -125,7 +125,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.0) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.0) mini_portile2 (2.3.0) minitest (5.11.3) @@ -142,7 +144,7 @@ GEM byebug (~> 10.0) pry (~> 0.10) public_suffix (3.0.2) - rack (2.0.5) + rack (2.2.3) rack-protection (2.0.2) rack rack-test (1.0.0) @@ -176,7 +178,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.3.1) - redis (4.1.2) + redis (4.5.1) request_store (1.4.1) rack (>= 1.4) responders (2.4.0) @@ -199,11 +201,10 @@ GEM rspec-mocks (~> 3.7.0) rspec-support (~> 3.7.0) rspec-support (3.7.1) - sidekiq (5.2.7) - connection_pool (~> 2.2, >= 2.2.2) - rack (>= 1.5.0) - rack-protection (>= 1.5.0) - redis (>= 3.3.5, < 5) + sidekiq (6.4.0) + connection_pool (>= 2.2.2) + rack (~> 2.0) + redis (>= 4.2.0) sinatra (2.0.2) mustermann (~> 1.0) rack (~> 2.0)