diff --git a/Gemfile b/Gemfile index d55355ca7..393e4af20 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem "redis-namespace" gem "redis-rails" gem "rollbar" gem "scenic" -gem "sidekiq", "~> 6.4" +gem "sidekiq", "~> 7.2" gem "sidekiq-cron", "~> 1.10" gem "simple_xlsx_reader" gem "slack-notifier" diff --git a/Gemfile.lock b/Gemfile.lock index 9556731af..3e48df97b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -516,6 +516,8 @@ GEM redis-activesupport (5.3.0) activesupport (>= 3, < 8) redis-store (>= 1.3, < 2) + redis-client (0.18.0) + connection_pool redis-namespace (1.11.0) redis (>= 4) redis-rack (2.1.4) @@ -603,10 +605,11 @@ GEM websocket (~> 1.0) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - sidekiq (6.5.12) - connection_pool (>= 2.2.5, < 3) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.2.0) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) sidekiq-cron (1.10.1) fugit (~> 1.8) globalid (>= 1.0.1) @@ -775,7 +778,7 @@ DEPENDENCIES scenic selenium-webdriver shoulda-matchers - sidekiq (~> 6.4) + sidekiq (~> 7.2) sidekiq-cron (~> 1.10) simple_xlsx_reader simplecov