From ec051d7e44d8b0af27a0054d27245eaf916f83cc Mon Sep 17 00:00:00 2001 From: ulferts Date: Mon, 23 May 2022 10:45:26 +0200 Subject: [PATCH] lock sprockets --- Gemfile | 2 ++ Gemfile.lock | 1 + 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index fcc2bd589ac..fa3d341fc48 100644 --- a/Gemfile +++ b/Gemfile @@ -167,6 +167,8 @@ end gem 'i18n-js', '~> 3.9.0' gem 'rails-i18n', '~> 7.0.0' + +gem 'sprockets', '~> 3.7.2' # lock sprockets below 4.0 gem 'sprockets-rails', '~> 3.4.2' gem 'puma', '~> 5.6' diff --git a/Gemfile.lock b/Gemfile.lock index 92f54281129..e7adf36d720 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1160,6 +1160,7 @@ DEPENDENCIES shoulda-matchers (~> 5.0) spring spring-commands-rspec + sprockets (~> 3.7.2) sprockets-rails (~> 3.4.2) stackprof stringex (~> 2.8.5)