From 58f6fd97c3634e46b981e5c4b6e66dfe836ac153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 08:54:51 +0000 Subject: [PATCH] build(deps): 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 6179c52c2..9b5502474 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'chartkick' gem 'devise', '>= 4.7.1' gem 'devise-i18n', '>= 1.9.1' gem 'rack-cors' -gem 'sidekiq', '~>6.1.3' +gem 'sidekiq', '~>6.2.0' gem 'cocoon' diff --git a/Gemfile.lock b/Gemfile.lock index 3c4919681..88e1ec513 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,7 +247,7 @@ GEM tilt shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.1.3) + sidekiq (6.2.0) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -327,7 +327,7 @@ DEPENDENCIES rubocop sass-rails (~> 6.0, >= 6.0.0) shoulda-matchers (>= 4.1.2) - sidekiq (~> 6.1.3) + sidekiq (~> 6.2.0) simple_form (>= 5.0.1) simplecov spring