From 1c19e830b07518a5628cd9551727cfaae6815217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:06:59 +0000 Subject: [PATCH] chore(deps): bump sidekiq from 6.2.1 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.2.1 to 6.4.0. - [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/v6.2.1...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fc5acf79..2012747e 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'rails', '~> 6.1.3' gem 'redis', '~> 4.2.5' gem 'rm3u', github: 'jonaskay/rm3u', branch: 'master' gem 'sass-rails', '>= 6' -gem 'sidekiq', '~> 6.2.1' +gem 'sidekiq', '~> 6.4.0' gem 'sidekiq-cron', '~> 1.2.0' gem 'turbolinks', '~> 5' gem 'typhoeus', '~> 1.4.0', platforms: %i[ruby] # to make this work on windows, install libcurl diff --git a/Gemfile.lock b/Gemfile.lock index 1a50ef4c..6458b592 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,7 +233,7 @@ GEM sprockets-rails tilt semantic_range (3.0.0) - sidekiq (6.2.1) + sidekiq (6.4.0) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -310,7 +310,7 @@ DEPENDENCIES rubocop-rails rubocop-rspec sass-rails (>= 6) - sidekiq (~> 6.2.1) + sidekiq (~> 6.4.0) sidekiq-cron (~> 1.2.0) simplecov (~> 0.21.2) spring