From 2942b681b755354b5167b3f8723aa96fc87b6d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 05:41:32 +0000 Subject: [PATCH] Bump sidekiq from 4.0.2 to 5.2.10 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 4.0.2 to 5.2.10. - [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.0.2...v5.2.10) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index ed84c00..8bcdfc3 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.5.8' gem 'travis-support', git: 'https://github.com/travis-ci/travis-support', ref: '113cff17fe383bb72fcfae3a97a8ce98c228342f' gem 'travis-config', '~> 1.0.0' -gem 'sidekiq', '~> 4.0.0' +gem 'sidekiq', '~> 5.2.10' gem 'redis-namespace' gem 'puma' diff --git a/Gemfile.lock b/Gemfile.lock index a8125b6..43c4890 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,8 +24,8 @@ GEM avl_tree (1.2.1) atomic (~> 1.1) coderay (1.1.2) - concurrent-ruby (1.0.5) - connection_pool (2.2.1) + concurrent-ruby (1.1.10) + connection_pool (2.3.0) diff-lcs (1.3) faraday (0.15.0) multipart-post (>= 1.2, < 3) @@ -58,7 +58,7 @@ GEM rack-test (1.0.0) rack (>= 1.0, < 3) rake (12.3.3) - redis (3.3.5) + redis (4.5.1) redis-namespace (1.6.0) redis (>= 3.0.4) rspec (2.99.0) @@ -71,10 +71,11 @@ GEM rspec-mocks (2.99.4) sentry-raven (2.7.3) faraday (>= 0.7.6, < 1.0) - sidekiq (4.0.2) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) - redis (~> 3.2, >= 3.2.1) + sidekiq (5.2.10) + connection_pool (~> 2.2, >= 2.2.2) + rack (~> 2.0) + rack-protection (>= 1.5.0) + redis (~> 4.5, < 4.6.0) sinatra (2.0.3) mustermann (~> 1.0) rack (~> 2.0) @@ -106,7 +107,7 @@ DEPENDENCIES redis-namespace rspec (~> 2.9) sentry-raven - sidekiq (~> 4.0.0) + sidekiq (~> 5.2.10) sinatra (~> 2.0.3) timecop travis-config (~> 1.0.0)