diff --git a/Gemfile b/Gemfile index 1b99ba0a89..0862296ba8 100644 --- a/Gemfile +++ b/Gemfile @@ -92,7 +92,7 @@ gem 'vigilion', '~> 1.0.4' gem 'vigilion-rails', '~> 2.2.0' # Background jobs -gem "sidekiq", "~> 6.4" +gem "sidekiq", "~> 6.5" gem "sidekiq-cron", "~> 1.1" gem 'sinatra', '3.0.5', require: nil gem 'rack-protection', '3.0.5' diff --git a/Gemfile.lock b/Gemfile.lock index 1191e9fdea..a89b51344b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -428,7 +428,7 @@ GEM pusher-signature (0.1.8) raabro (1.4.0) racc (1.7.1) - rack (2.2.7) + rack (2.2.8) rack-cors (1.1.1) rack (>= 2.0.0) rack-mini-profiler (3.1.0) @@ -489,8 +489,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rb-readline (0.5.5) - redis (5.0.6) - redis-client (>= 0.9.0) + redis (4.8.1) redis-actionpack (5.3.0) actionpack (>= 5, < 8) redis-rack (>= 2.1.0, < 3) @@ -498,8 +497,6 @@ GEM redis-activesupport (5.3.0) activesupport (>= 3, < 8) redis-store (>= 1.3, < 2) - redis-client (0.14.1) - connection_pool redis-rack (2.1.4) rack (>= 2.0.8, < 3) redis-store (>= 1.2, < 2) @@ -589,10 +586,10 @@ GEM rails (>= 4) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - sidekiq (6.5.5) - connection_pool (>= 2.2.2) + sidekiq (6.5.10) + connection_pool (>= 2.2.5, < 3) rack (~> 2.0) - redis (>= 4.5.0) + redis (>= 4.5.0, < 5) sidekiq-cron (1.10.1) fugit (~> 1.8) globalid (>= 1.0.1) @@ -777,7 +774,7 @@ DEPENDENCIES selenium-webdriver shog shoulda-matchers - sidekiq (~> 6.4) + sidekiq (~> 6.5) sidekiq-cron (~> 1.1) simple_form (~> 5.0) sinatra (= 3.0.5)