From 9fa46c78776648212d53dadac2f4df6471d2b9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 05:02:06 +0000 Subject: [PATCH] chore(deps): bump sidekiq from 8.0.7 to 8.0.8 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 8.0.7 to 8.0.8. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v8.0.7...v8.0.8) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9609d9217..11b3d431c 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'redis', '~> 5.4' gem 'rswag' # Sidekiq for background processing -gem 'sidekiq', '~> 8.0.7' +gem 'sidekiq', '~> 8.0.8' # Error and performance monitoring with Sentry gem 'sentry-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 3cfb17097..153070caf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -605,7 +605,7 @@ GEM tsort redis (5.4.1) redis-client (>= 0.22.0) - redis-client (0.25.2) + redis-client (0.26.1) connection_pool reform (2.6.2) disposable (>= 0.5.0, < 1.0.0) @@ -743,7 +743,7 @@ GEM activesupport (>= 3) shoulda-matchers (6.5.0) activesupport (>= 5.2.0) - sidekiq (8.0.7) + sidekiq (8.0.8) connection_pool (>= 2.5.0) json (>= 2.9.0) logger (>= 1.6.2) @@ -890,7 +890,7 @@ DEPENDENCIES sentry-ruby shoulda-callback-matchers shoulda-matchers - sidekiq (~> 8.0.7) + sidekiq (~> 8.0.8) simplecov spring spring-watcher-listen (~> 2.1.0)