diff --git a/Gemfile b/Gemfile index 3ccae45db2..1efded516a 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 d05635ac51..61a2a754b6 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) @@ -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.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) @@ -791,7 +791,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)