Skip to content

Commit

Permalink
Pin sprockets-rails version to 3.4.2 or lower
Browse files Browse the repository at this point in the history
This commit pins `sprockets-rails` version to 3.4.2
until rails/sprockets-rails#524 is fixed.

Refer to rails#52038
  • Loading branch information
yahonda committed Jun 7, 2024
1 parent 743128b commit a76e272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a76e272

Please sign in to comment.