diff --git a/Gemfile b/Gemfile index 104949c5..05b52e12 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'simple_form' gem 'rack-cors' gem 'dalli' -gem 'sidekiq', '<7' +gem 'sidekiq', '<8' gem 'google-protobuf' gem 'ostruct' diff --git a/Gemfile.lock b/Gemfile.lock index bf6ad0f5..1c4c7d7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -343,7 +343,8 @@ GEM ffi (~> 1.0) rdoc (6.9.0) psych (>= 4.0.0) - redis (4.8.1) + redis-client (0.23.0) + connection_pool reline (0.5.12) io-console (~> 0.5) request_store (1.7.0) @@ -369,10 +370,11 @@ GEM shoulda-context (2.0.0) shoulda-matchers (4.5.1) activesupport (>= 4.2.0) - sidekiq (6.5.12) - connection_pool (>= 2.2.5, < 3) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.3.7) + connection_pool (>= 2.3.0) + logger + rack (>= 2.2.4) + redis-client (>= 0.22.2) simple_form (5.3.1) actionpack (>= 5.2) activemodel (>= 5.2) @@ -470,7 +472,7 @@ DEPENDENCIES semantic! semantic_range (= 2.3.1) shoulda - sidekiq (< 7) + sidekiq (< 8) simple_form spdx (= 2.0.10) sprockets-rails