From a76e272794e1e8f2dc65b9b15b7e1e04e7de1f63 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Fri, 7 Jun 2024 09:33:48 +0900 Subject: [PATCH] Pin `sprockets-rails` version to 3.4.2 or lower This commit pins `sprockets-rails` version to 3.4.2 until https://github.com/rails/sprockets-rails/issues/524 is fixed. Refer to https://github.com/rails/rails/issues/52038 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9c72a5ab68..2392a0604a 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "minitest", ">= 5.15.0" # We need a newish Rake since Active Job sets its test tasks' descriptions. gem "rake", ">= 13" -gem "sprockets-rails", ">= 2.0.0", require: false +gem "sprockets-rails", ">= 2.0.0", "< 3.5.0", require: false gem "propshaft", ">= 0.1.7" gem "capybara", ">= 3.39" gem "selenium-webdriver", ">= 4.20.0" diff --git a/Gemfile.lock b/Gemfile.lock index 97b682f4ef..2bd4805f4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -683,7 +683,7 @@ DEPENDENCIES selenium-webdriver (>= 4.20.0) sidekiq sneakers - sprockets-rails (>= 2.0.0) + sprockets-rails (>= 2.0.0, < 3.5.0) sqlite3 (>= 1.6.6) stackprof stimulus-rails