From ff789a91933f716dd23b420a213de14463d48f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:05:08 +0000 Subject: [PATCH] Bump sidekiq from 4.2.10 to 5.2.9 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 4.2.10 to 5.2.9. - [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.2.10...v5.2.9) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 21 ++++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 2268874..ea8d4fd 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ gem 'axlsx', '2.1.0.pre' gem 'axlsx_rails' # jobs -gem 'sidekiq', '~> 4.2', '>= 4.2.10' +gem 'sidekiq', '~> 5.2' gem 'sidekiq-cron', '~> 1.1' gem 'sidekiq-unique-jobs', '~> 6.0', '>= 6.0.12' gem 'sidekiq-grouping', '~> 1.0', '>= 1.0.10' diff --git a/Gemfile.lock b/Gemfile.lock index eb02336..adbb688 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,10 @@ GEM - remote: https://rubygems.org/ remote: https://rails-assets.org/ + specs: + rails-assets-onmount (1.3.0) + +GEM + remote: https://rubygems.org/ specs: actioncable (5.2.5) actionpack (= 5.2.5) @@ -1184,8 +1188,8 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.8) - connection_pool (2.2.3) + concurrent-ruby (1.1.9) + connection_pool (2.2.5) crass (1.0.6) devise (4.7.3) bcrypt (~> 3.0) @@ -1339,7 +1343,6 @@ GEM bundler (>= 1.3.0) railties (= 5.2.5) sprockets-rails (>= 2.0.0) - rails-assets-onmount (1.3.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) @@ -1400,11 +1403,11 @@ GEM childprocess (~> 0.5) rubyzip (~> 1.0) sexp_processor (4.15.2) - sidekiq (4.2.10) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) + sidekiq (5.2.9) + connection_pool (~> 2.2, >= 2.2.2) + rack (~> 2.0) rack-protection (>= 1.5.0) - redis (~> 3.2, >= 3.2.1) + redis (>= 3.3.5, < 4.2) sidekiq-cron (1.2.0) fugit (~> 1.1) sidekiq (>= 4.2.1) @@ -1532,7 +1535,7 @@ DEPENDENCIES sass-rails (~> 5.0) scoped_search selenium-webdriver - sidekiq (~> 4.2, >= 4.2.10) + sidekiq (~> 5.2) sidekiq-cron (~> 1.1) sidekiq-grouping (~> 1.0, >= 1.0.10) sidekiq-unique-jobs (~> 6.0, >= 6.0.12)