From d33d570f13b1715d2f260510eb3259fabf31f8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:16:18 +0000 Subject: [PATCH] Bump sidekiq from 4.1.1 to 5.2.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 4.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/v4.1.1...v5.2.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index ee5e77674e..9ac014594b 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'groupdate' gem "chartkick" gem 'rubyzip', '>= 1.0.0' -gem 'sidekiq', '< 5' +gem 'sidekiq', '< 6' gem 'sidekiq-status' gem 'sidekiq-unique-jobs', '~> 4.0.17' gem 'redis-rails', '~> 4.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0806c9b5a1..4bd46dc80b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,8 +141,8 @@ GEM execjs coffee-script-source (1.12.2) columnize (0.8.9) - concurrent-ruby (1.1.5) - connection_pool (2.2.0) + concurrent-ruby (1.1.9) + connection_pool (2.2.5) coveralls (0.7.1) multi_json (~> 1.3) rest-client @@ -327,7 +327,7 @@ GEM rack-cors (0.3.0) rack-livereload (0.3.11) rack - rack-protection (1.4.0) + rack-protection (1.5.5) rack rack-test (0.6.3) rack (>= 1.0) @@ -350,7 +350,7 @@ GEM thor (>= 0.18.1, < 2.0) rainbow (2.0.0) rake (10.0.4) - redis (3.3.0) + redis (4.4.0) redis-actionpack (4.0.1) actionpack (~> 4) redis-rack (~> 1.5.0) @@ -417,10 +417,10 @@ GEM thor (~> 0.14) sentient_user (0.3.3) railties (>= 3.1) - sidekiq (4.1.1) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) - redis (~> 3.2, >= 3.2.1) + sidekiq (5.2.0) + connection_pool (~> 2.2, >= 2.2.2) + rack-protection (>= 1.5.0) + redis (>= 3.3.5, < 5) sidekiq-status (0.6.0) sidekiq (>= 2.7) sidekiq-unique-jobs (4.0.18) @@ -590,7 +590,7 @@ DEPENDENCIES rubyzip (>= 1.0.0) sass-rails (~> 5.0.0) select2-rails (~> 3.5.4) - sidekiq (< 5) + sidekiq (< 6) sidekiq-status sidekiq-unique-jobs (~> 4.0.17) simplecov