diff --git a/Gemfile b/Gemfile index a348d1ede9..1452d6af55 100644 --- a/Gemfile +++ b/Gemfile @@ -168,7 +168,7 @@ group :production do gem 'fog-aws', '>= 3.19' gem 'flamegraph' gem 'stackprof' - gem 'sidekiq', '~> 7.3.10' + gem 'sidekiq', '~> 8.1.3' gem 'sidekiq-cron' gem 'rollbar', '>= 1.5.3' diff --git a/Gemfile.lock b/Gemfile.lock index 2714d14fbe..c3d1f475e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,7 +197,7 @@ GEM childprocess (5.1.0) logger (~> 1.5) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) consistency_fail (0.3.7) crass (1.0.6) cronex (0.15.0) @@ -528,7 +528,7 @@ GEM redis-activesupport (5.3.0) activesupport (>= 3, < 8) redis-store (>= 1.3, < 2) - redis-client (0.28.0) + redis-client (0.29.0) connection_pool redis-rack (3.0.0) rack-session (>= 0.2.0) @@ -628,12 +628,12 @@ GEM should_not (1.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.3) + connection_pool (>= 3.0.0) + json (>= 2.16.0) + logger (>= 1.7.0) + rack (>= 3.2.0) + redis-client (>= 0.26.0) sidekiq-cron (2.2.0) cronex (>= 0.13.0) fugit (~> 1.8, >= 1.11.1) @@ -791,7 +791,7 @@ DEPENDENCIES settings_on_rails! should_not shoulda-matchers - sidekiq (~> 7.3.10) + sidekiq (~> 8.1.3) sidekiq-cron simplecov simplecov-lcov (>= 0.8.0)