From 41321c2bc7381e59cafde5330adf30cf577d72c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:17:24 +0000 Subject: [PATCH] Bump sidekiq from 5.1.3 to 5.2.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.1.3 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/v5.1.3...v5.2.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 61aff4f..c8ed9aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,7 +34,7 @@ GEM rack-test (>= 0.6.3) xpath (~> 3.1) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.9) connection_pool (2.2.2) crack (0.4.3) safe_yaml (~> 1.0.0) @@ -200,7 +200,7 @@ GEM puma (3.12.6) raabro (1.1.6) rack (2.2.3) - rack-protection (2.0.3) + rack-protection (2.1.0) rack rack-test (1.0.0) rack (>= 1.0, < 3) @@ -258,9 +258,8 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) sequel (4.49.0) shellany (0.0.1) - sidekiq (5.1.3) - 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.3.5, < 5) sidekiq-scheduler (3.0.0)