From db6d9d64ef1eb8764d0232ca0842dbdaa831fd27 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 4 Dec 2022 00:39:02 +0100 Subject: [PATCH] Explicitly require `sprockets-rails` for Rails 7+ --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 19f016c3..b7368bed 100644 --- a/Gemfile +++ b/Gemfile @@ -45,6 +45,7 @@ gem 'rubyzip' gem 'sass-rails' gem 'shakapacker', '6.5.4' gem 'slim-rails' +gem 'sprockets-rails' gem 'sorcery' # Causes a deprecation warning in Rails 6.0+, see: https://github.com/Sorcery/sorcery/pull/255 gem 'telegraf' gem 'tubesock' diff --git a/Gemfile.lock b/Gemfile.lock index 8f2a95ff..0b69bfc6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -600,6 +600,7 @@ DEPENDENCIES slim-rails sorcery spring + sprockets-rails telegraf tubesock turbolinks