From 3c3ad6ec06f819fec55176e3fd9514d7c05d479e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 03:04:15 +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 02c565be4e..4552ee4d3d 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem 'jwt' # background processing gem 'redis-namespace' -gem 'sidekiq', '~> 6.1.3' +gem 'sidekiq', '~> 6.2.0' gem 'sidekiq_alive', '>= 2.0.1' gem 'sidekiq-status', '>= 1.1.4' diff --git a/Gemfile.lock b/Gemfile.lock index 47f329b6bd..82dec0a30a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -586,7 +586,7 @@ GEM shellany (0.0.1) 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) @@ -744,7 +744,7 @@ DEPENDENCIES sentry-ruby sentry-sidekiq shoulda-matchers (~> 4.5) - sidekiq (~> 6.1.3) + sidekiq (~> 6.2.0) sidekiq-status (>= 1.1.4) sidekiq_alive (>= 2.0.1) simple_command!