From 9ccf147a1b29a0c87fc738fe4a74c8012abf6cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:25:46 +0000 Subject: [PATCH] Bump sidekiq from 6.3.1 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.3.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.3.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 727c32f..47f7f3e 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'pg', '~> 1.2.3' gem 'puma', '~> 5.5.2' gem 'rails', '~> 6.1.4.4' gem 'sassc-rails', '~> 2.1.2' -gem 'sidekiq', '~> 6.3.1' +gem 'sidekiq', '~> 6.4.0' gem 'sprockets-rails', '~> 3.4.2' gem 'uglifier', '~> 4.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 82acf05..7f8d028 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,7 +235,7 @@ GEM tilt shoulda-matchers (5.1.0) activesupport (>= 5.2.0) - sidekiq (6.3.1) + sidekiq (6.4.0) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -293,7 +293,7 @@ DEPENDENCIES rubocop-rspec (~> 2.7.0) sassc-rails (~> 2.1.2) shoulda-matchers (~> 5.1.0) - sidekiq (~> 6.3.1) + sidekiq (~> 6.4.0) simplecov (~> 0.21.2) spring (~> 4.0.0) sprockets-rails (~> 3.4.2)