diff --git a/Gemfile b/Gemfile index a3c724da6be..46d19a47096 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,11 @@ group :backend, :frontend, :core, :api do rails_version = ENV['RAILS_VERSION'] || '~> 6.0.0' gem 'rails', rails_version, require: false + # Temporarily locking sprockets to v3.x + # see https://github.com/solidusio/solidus/issues/3374 + # and https://github.com/rails/sprockets-rails/issues/369 + gem 'sprockets', '~> 3' + platforms :ruby do case ENV['DB'] when /mysql/