diff --git a/Gemfile b/Gemfile index 290e32c2b6..199eb7e178 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ gem "sass-rails", "~> 6.0" gem "sentry-rails" gem "sentry-ruby" gem "shell-spinner" -gem "sidekiq", "<7" +gem "sidekiq", "<8" gem "slim-rails", "~> 3.6" gem "sprockets", "~> 4.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index 701d18e9c3..a612b5cc55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -291,6 +291,7 @@ GEM kaminari-core (= 1.2.2) kaminari-core (1.2.2) libreconv (0.9.5) + logger (1.6.0) lograge (0.12.0) actionpack (>= 4) activesupport (>= 4) @@ -448,7 +449,8 @@ GEM rdoc (6.6.3.1) psych (>= 4.0.0) recursive-open-struct (1.1.3) - redis (4.8.1) + redis-client (0.22.2) + connection_pool regexp_parser (2.8.1) reline (0.5.2) io-console (~> 0.5) @@ -545,10 +547,12 @@ GEM colorize shoulda-matchers (5.1.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.3.0) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + logger + rack (>= 2.2.4) + redis-client (>= 0.22.2) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -693,7 +697,7 @@ DEPENDENCIES sentry-ruby shell-spinner shoulda-matchers (~> 5.1) - sidekiq (< 7) + sidekiq (< 8) simplecov simplecov-json site_prism (< 5.0)