From 97596794cdb224088711ab192fc9d324fd33d36f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:20:41 +0000 Subject: [PATCH] Bump sidekiq from 4.2.9 to 5.2.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 4.2.9 to 5.2.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/v4.2.9...v5.2.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e8ea0f0d..ddd3b116 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -613,9 +613,8 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) - concurrent-ruby (1.0.5-java) - connection_pool (2.2.1) + concurrent-ruby (1.1.9) + connection_pool (2.2.5) countries (2.1.4) i18n_data (~> 0.8.0) money (~> 6.9) @@ -714,9 +713,9 @@ GEM public_suffix (3.0.0) puma (3.9.1) puma (3.9.1-java) - rack (2.0.3) + rack (2.2.3) rack-cors (0.4.1) - rack-protection (1.5.3) + rack-protection (2.1.0) rack rack-proxy (0.6.5) rack @@ -760,7 +759,7 @@ GEM rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - redis (3.3.3) + redis (4.4.0) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3) @@ -796,11 +795,10 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sidekiq (4.2.9) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) + sidekiq (5.2.0) + connection_pool (~> 2.2, >= 2.2.2) rack-protection (>= 1.5.0) - redis (~> 3.2, >= 3.2.1) + redis (>= 3.3.5, < 5) simple_form (3.5.0) actionpack (> 4, < 5.2) activemodel (> 4, < 5.2)