diff --git a/Gemfile b/Gemfile index ce4173db7e..bb24e3f64a 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ gem 'graphql-formatter' gem 'nokogiri', '1.14.3' gem 'puma' gem 'rack-cors', '1.0.6', require: 'rack/cors' -gem 'sidekiq', '5.2.10' +gem 'sidekiq', '7.1.3' gem 'sidekiq-cloudwatchmetrics' gem 'pusher' gem 'redis-namespace' diff --git a/Gemfile.lock b/Gemfile.lock index d8c11953e0..8ab3b9f306 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,7 +191,7 @@ GEM simplecov colorize (0.8.1) concurrent-ruby (1.2.2) - connection_pool (2.2.5) + connection_pool (2.4.1) crack (0.4.5) rexml crass (1.0.6) @@ -685,7 +685,7 @@ GEM rblineprof (0.3.7) debugger-ruby_core_source (~> 1.3) rdoc (6.3.2) - redis (4.5.1) + redis (4.8.1) redis-actionpack (5.3.0) actionpack (>= 5, < 8) redis-rack (>= 2.1.0, < 3) @@ -693,6 +693,8 @@ GEM redis-activesupport (5.3.0) activesupport (>= 3, < 8) redis-store (>= 1.3, < 2) + redis-client (0.17.0) + connection_pool redis-namespace (1.8.2) redis (>= 3.0.4) redis-objects (1.5.1) @@ -772,17 +774,17 @@ GEM sidekiq (>= 3.0) shortener (0.8.2) voight_kampff (~> 1.1.2) - sidekiq (5.2.10) - connection_pool (~> 2.2, >= 2.2.2) - rack (~> 2.0) - rack-protection (>= 1.5.0) - redis (~> 4.5, < 4.6.0) + sidekiq (7.1.3) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) sidekiq-benchmark (0.7.1) chartkick (>= 1.1.1) sidekiq (> 5) - sidekiq-cloudwatchmetrics (2.2.0) + sidekiq-cloudwatchmetrics (2.6.0) aws-sdk-cloudwatch (~> 1.6) - sidekiq (>= 5.0, < 7.0) + sidekiq (>= 5.0, < 8.0) sidekiq-cron (1.2.0) fugit (~> 1.1) sidekiq (>= 4.2.1) @@ -1010,7 +1012,7 @@ DEPENDENCIES sentry-ruby sentry-sidekiq shortener - sidekiq (= 5.2.10) + sidekiq (= 7.1.3) sidekiq-benchmark (= 0.7.1) sidekiq-cloudwatchmetrics sidekiq-cron (~> 1.1)