From d144abb9be70b09a21cfe404defd8ad88950ce5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 08:55:41 -0600 Subject: [PATCH] Bump sidekiq from 6.3.1 to 6.4.0 (#185) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ccda5a3..179b77a 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ gem 'devise', '~> 4.7.0' gem 'devise-bootstrap-views', '~> 1.0' gem 'devise_invitable', '~> 2.0.0' -gem 'sidekiq', '~> 6.0' +gem 'sidekiq', '~> 6.4' # Versioning gem 'paper_trail' diff --git a/Gemfile.lock b/Gemfile.lock index 932c515..4c9c598 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -462,7 +462,7 @@ GEM down (~> 5.0) http (>= 3.2, < 6) shrine (>= 3.0.0.rc, < 4) - sidekiq (6.3.1) + sidekiq (6.4.0) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -601,7 +601,7 @@ DEPENDENCIES sass-rails (>= 6) sd_notify (>= 0.1.0) shoulda-context - sidekiq (~> 6.0) + sidekiq (~> 6.4) simple_form (~> 5.0) simplecov solr_wrapper (~> 3.1)