diff --git a/Gemfile b/Gemfile index fb04d61464..8d7726ee3d 100644 --- a/Gemfile +++ b/Gemfile @@ -175,7 +175,7 @@ end # Sidekiq also loaded in :test so job specs can exercise the real Sidekiq client/server path # (serialization + middleware) instead of only the in-process :background_thread adapter. group :production, :test do - gem 'sidekiq', '~> 7.3.10' + gem 'sidekiq', '~> 8.1.6' end # Multitenancy diff --git a/Gemfile.lock b/Gemfile.lock index 06a7ecbe8b..1d555d1ce2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,7 +206,7 @@ GEM childprocess (5.1.0) logger (~> 1.5) concurrent-ruby (1.3.8) - connection_pool (2.5.5) + connection_pool (3.0.2) consistency_fail (0.3.7) crass (1.0.7) cronex (0.15.0) @@ -500,7 +500,7 @@ GEM actionview (>= 5) redis (5.4.1) redis-client (>= 0.22.0) - redis-client (0.28.0) + redis-client (0.30.1) connection_pool regexp_parser (2.12.0) reline (0.6.3) @@ -590,12 +590,12 @@ GEM websocket (~> 1.0) shoulda-matchers (7.0.1) activesupport (>= 7.1) - sidekiq (7.3.10) - base64 - connection_pool (>= 2.3.0, < 3) - logger - rack (>= 2.2.4, < 3.3) - redis-client (>= 0.23.0, < 1) + sidekiq (8.1.6) + connection_pool (>= 3.0.0) + json (>= 2.16.0) + logger (>= 1.7.0) + rack (>= 3.2.0) + redis-client (>= 0.29.0) sidekiq-cron (2.2.0) cronex (>= 0.13.0) fugit (~> 1.8, >= 1.11.1) @@ -745,7 +745,7 @@ DEPENDENCIES sanitize (>= 4.6.3) settings_on_rails! shoulda-matchers - sidekiq (~> 7.3.10) + sidekiq (~> 8.1.6) sidekiq-cron simplecov simplecov-lcov (>= 0.8.0)