From d38e80c5843b7ec69be0ab012fd6da7e63c47a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 11:02:48 +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 21232fc91..4c230db44 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "redis-namespace" gem "rollbar" gem "rails", "~> 6.1.3" gem "sass-rails", "~> 6.0" -gem "sidekiq", "~> 6.1" +gem "sidekiq", "~> 6.2" gem "sidekiq-cron", "~> 1.2" gem "turbolinks", "~> 5" gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] diff --git a/Gemfile.lock b/Gemfile.lock index a8c3711f2..a1315802c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,7 +296,7 @@ GEM rubyzip (>= 1.2.2) 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) @@ -395,7 +395,7 @@ DEPENDENCIES sass-rails (~> 6.0) selenium-webdriver shoulda-matchers - sidekiq (~> 6.1) + sidekiq (~> 6.2) sidekiq-cron (~> 1.2) simplecov spring