From 0dd79d95d6e3d328b8650a8002ba9081b80e3b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:15:47 +0000 Subject: [PATCH] Bump sidekiq from 5.0.4 to 5.2.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.0.4 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.0.4...v5.2.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index afa9311..b85d9c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,8 +84,8 @@ GEM coffee-script-source execjs coffee-script-source (1.10.0) - concurrent-ruby (1.0.5) - connection_pool (2.2.1) + concurrent-ruby (1.1.9) + connection_pool (2.2.5) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.3) @@ -186,10 +186,10 @@ GEM pry (>= 0.10.4) public_suffix (2.0.4) puma (3.11.4) - rack (2.0.4) + rack (2.2.3) rack-mini-profiler (0.10.1) rack (>= 1.2.0) - rack-protection (2.0.0.beta2) + rack-protection (2.1.0) rack rack-test (0.6.3) rack (>= 1.0) @@ -271,11 +271,10 @@ GEM websocket (~> 1.0) sentry-raven (2.6.3) faraday (>= 0.7.6, < 1.0) - sidekiq (5.0.4) - 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, >= 3.3.3) + redis (>= 3.3.5, < 5) spring (2.0.0) activesupport (>= 4.2) sprockets (3.7.1)