diff --git a/Gemfile b/Gemfile index 53b1e02f..0e665a9c 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'simple_form' gem 'rack-cors' gem 'dalli' -gem 'sidekiq', '<7' +gem 'sidekiq', '<8' gem 'google-protobuf' diff --git a/Gemfile.lock b/Gemfile.lock index f66db202..c875696a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -307,7 +307,8 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.8.1) + redis-client (0.17.0) + connection_pool request_store (1.5.1) rack (>= 1.4) ruby2_keywords (0.0.5) @@ -331,10 +332,11 @@ GEM shoulda-context (2.0.0) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.5.10) - connection_pool (>= 2.2.5, < 3) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.1.5) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) simple_form (5.2.0) actionpack (>= 5.2) activemodel (>= 5.2) @@ -428,7 +430,7 @@ DEPENDENCIES semantic! semantic_range (= 2.3.1) shoulda - sidekiq (< 7) + sidekiq (< 8) simple_form spdx (= 2.0.10) sprockets-rails