From 1dcb389274b621db2245da1d322976a248ba89e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:17:11 +0000 Subject: [PATCH] Bump sidekiq from 5.1.1 to 5.2.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.1.1 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.1...v5.2.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ecf8c09..56f3c6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,8 +18,7 @@ GIT GEM remote: https://rubygems.org/ specs: - concurrent-ruby (1.0.5) - connection_pool (2.2.1) + connection_pool (2.2.5) daemons (1.2.6) eventmachine (1.2.5) hashr (2.0.1) @@ -30,13 +29,12 @@ GEM rack rack-ssl (1.4.1) rack - redis (4.0.1) + redis (4.4.0) redis-namespace (1.6.0) redis (>= 3.0.4) rotp (3.3.1) - sidekiq (5.1.1) - 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) sinatra (2.0.4)