Merge pull request #52039 from yahonda/pin_sprockets_rails_to_342

Pin `sprockets-rails` version to 3.4.2 or lower
This commit is contained in:
Yasuo Honda 2024-06-07 10:02:29 +09:00 committed by GitHub
commit 63db7d53c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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