diff --git a/Gemfile b/Gemfile index c6eb5b2d2d..cfa77bc4d5 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.2' gem 'sidekiq-cron' gem 'rollbar', '>= 1.5.3' diff --git a/Gemfile.lock b/Gemfile.lock index 79f8f9935e..f975679eef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM cgi (0.5.1) childprocess (5.0.0) 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) @@ -621,12 +621,12 @@ GEM should_not (1.1.0) shoulda-matchers (6.4.0) activesupport (>= 5.2.0) - 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.2) + 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) @@ -784,7 +784,7 @@ DEPENDENCIES settings_on_rails! should_not shoulda-matchers - sidekiq (~> 7.3.10) + sidekiq (~> 8.1.2) sidekiq-cron simplecov simplecov-lcov (>= 0.8.0)