From 12f5a7059ddb7ec5bf7fafe0d855f9e4630f48c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:08:23 -0400 Subject: [PATCH] Bump sidekiq from 6.5.9 to 6.5.10 (#1041) Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.9 to 6.5.10. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.9...v6.5.10) --- 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 22ab1f7ab..de3b57886 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ gem 'roo', '~>2.9.0' gem 'rsolr', '~> 2.5.0' # Use SCSS for stylesheets gem 'sass-rails', '~> 6.0.0' -gem 'sidekiq', '~> 6.0' +gem 'sidekiq', '~> 6.5' gem 'sidekiq-status', '~> 3.0.0' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem 'turbolinks', '~> 5.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 97018b70c..c8b1e1967 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -946,7 +946,7 @@ GEM sxp (~> 1.1) shoulda-matchers (5.1.0) activesupport (>= 5.2.0) - sidekiq (6.5.9) + sidekiq (6.5.10) connection_pool (>= 2.2.5, < 3) rack (~> 2.0) redis (>= 4.5.0, < 5) @@ -1133,7 +1133,7 @@ DEPENDENCIES sass-rails (~> 6.0.0) selenium-webdriver (~> 4.8) shoulda-matchers (~> 5.1.0) - sidekiq (~> 6.0) + sidekiq (~> 6.5) sidekiq-status (~> 3.0.0) simplecov solr_wrapper (~> 4.0.2)