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)