From 696adf9cc3792b24c3712da4e9ce600e8c21ed28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:02:25 +0000 Subject: [PATCH] chore(deps): bump sidekiq from 8.0.9 to 8.0.10 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 8.0.9 to 8.0.10. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v8.0.9...v8.0.10) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index db1e13b00..604e6d53a 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'redis', '~> 5.4' gem 'rswag' # Sidekiq for background processing -gem 'sidekiq', '~> 8.0.9' +gem 'sidekiq', '~> 8.0.10' # Error and performance monitoring with Sentry gem 'sentry-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 7bd229b29..f45b6bc25 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -747,7 +747,7 @@ GEM activesupport (>= 3) shoulda-matchers (7.0.1) activesupport (>= 7.1) - sidekiq (8.0.9) + sidekiq (8.0.10) connection_pool (>= 2.5.0) json (>= 2.9.0) logger (>= 1.6.2) @@ -895,7 +895,7 @@ DEPENDENCIES sentry-ruby shoulda-callback-matchers shoulda-matchers - sidekiq (~> 8.0.9) + sidekiq (~> 8.0.10) simplecov spring spring-watcher-listen (~> 2.1.0)