From b336bb71dfb0795a99567ba51449449d11f5579c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 14:46:44 +0000 Subject: [PATCH] Bump sidekiq from 5.0.5 to 5.2.9 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.0.5 to 5.2.9. - [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.5...v5.2.9) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 52fceb6..062aff5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,8 +94,8 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - connection_pool (2.2.1) + concurrent-ruby (1.1.9) + connection_pool (2.2.5) crass (1.0.4) dalli (2.7.6) devise (4.5.0) @@ -191,7 +191,9 @@ GEM mimemagic (~> 0.3.2) memcachier (0.0.2) method_source (0.9.0) - mimemagic (0.3.2) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.8.0) mini_mime (1.0.1) mini_portile2 (2.4.0) @@ -214,10 +216,10 @@ GEM method_source (~> 0.9.0) public_suffix (3.0.1) puma (3.11.0) - rack (2.0.5) + rack (2.2.3) rack-cache (1.7.1) rack (>= 0.4) - rack-protection (2.0.4) + rack-protection (2.1.0) rack rack-proxy (0.6.5) rack @@ -312,11 +314,11 @@ GEM shellany (0.0.1) shoulda-matchers (3.1.2) activesupport (>= 4.0.0) - sidekiq (5.0.5) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) + sidekiq (5.2.9) + connection_pool (~> 2.2, >= 2.2.2) + rack (~> 2.0) rack-protection (>= 1.5.0) - redis (>= 3.3.4, < 5) + redis (>= 3.3.5, < 4.2) simplecov (0.15.1) docile (~> 1.1.0) json (>= 1.8, < 3)