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
This commit is contained in:
Yasuo Honda 2024-06-07 09:33:48 +09:00
parent 743128b230
commit a76e272794
2 changed files with 2 additions and 2 deletions

@ -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"

@ -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