diff --git a/Gemfile b/Gemfile index 692bdb2556..c34ce58fc0 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'seed-fu', '~> 2.3' gem 'sentry-rails', '~> 5.22' gem 'sentry-ruby', '~> 5.22' gem 'sentry-sidekiq', '~> 5.22' -gem 'sidekiq', '~> 7.3' +gem 'sidekiq', '~> 8.0' gem 'sidekiq-cron', '~> 2.0' gem 'stackprof', '~> 0.2' gem 'stimulus-rails', '~> 1.3' diff --git a/Gemfile.lock b/Gemfile.lock index 4dc83c4274..97185fa61c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -380,7 +380,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.14) + rack (3.1.15) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-mini-profiler (3.3.1) @@ -538,11 +538,12 @@ GEM sidekiq (>= 3.0) shoulda-matchers (6.3.0) activesupport (>= 5.2.0) - sidekiq (7.3.6) - connection_pool (>= 2.3.0) - logger - rack (>= 2.2.4) - redis-client (>= 0.22.2) + sidekiq (8.0.3) + connection_pool (>= 2.5.0) + json (>= 2.9.0) + logger (>= 1.6.2) + rack (>= 3.1.0) + redis-client (>= 0.23.2) sidekiq-cron (2.0.1) cronex (>= 0.13.0) fugit (~> 1.8, >= 1.11.1) @@ -668,7 +669,7 @@ DEPENDENCIES sentry-ruby (~> 5.22) sentry-sidekiq (~> 5.22) shoulda-matchers (~> 6.1) - sidekiq (~> 7.3) + sidekiq (~> 8.0) sidekiq-cron (~> 2.0) simplecov (~> 0.22) stackprof (~> 0.2)