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)