From 1470184eb09f8292accc6a0e6b4e9ba4bd17c6ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:17:21 +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 | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 57711a9..ebe1ab0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,8 +8,7 @@ GEM bcrypt-ruby (3.1.5) bcrypt (>= 3.1.3) byebug (9.0.0) - concurrent-ruby (1.0.5) - connection_pool (2.2.1) + connection_pool (2.2.5) data_mapper (1.2.0) dm-aggregates (~> 1.2.0) dm-constraints (~> 1.2.0) @@ -74,21 +73,20 @@ GEM public_suffix (4.0.6) puma (4.3.8) nio4r (~> 2.0) - rack (1.6.12) + rack (1.6.13) rack-protection (1.5.5) rack rb-fsevent (0.9.8) rb-inotify (0.9.8) ffi (>= 0.5.0) - redis (3.3.3) + redis (4.4.0) rerun (0.11.0) listen (~> 3.0) ruby_dep (1.5.0) - 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) sinatra (1.4.8) rack (~> 1.5) rack-protection (~> 1.4)