From 55428d244757090533cb683e1db428320e4f036a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 05:04:27 +0000 Subject: [PATCH] Bump sidekiq from 6.1.3 to 6.2.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.1.3 to 6.2.0. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md) - [Commits](https://github.com/mperham/sidekiq/compare/v6.1.3...v6.2.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 628856e4..a6c87b16 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem 'report_action', '~> 0.3.1' # For processing excel files gem 'roo', '~> 2.8', '>= 2.8.3' -gem 'sidekiq', '~> 6.1' +gem 'sidekiq', '~> 6.2' gem 'smarter_csv' diff --git a/Gemfile.lock b/Gemfile.lock index 8c2f6528..45dbe7e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,7 +267,7 @@ GEM childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) semantic_range (2.3.0) - sidekiq (6.1.3) + sidekiq (6.2.0) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -350,7 +350,7 @@ DEPENDENCIES roo (~> 2.8, >= 2.8.3) rubocop-rails (~> 2.9) sass-rails (~> 6.0) - sidekiq (~> 6.1) + sidekiq (~> 6.2) simplecov (~> 0.21.2) smarter_csv spring