Skip to content

Commit

Permalink
Merge pull request rails#52039 from yahonda/pin_sprockets_rails_to_342
Browse files Browse the repository at this point in the history
Pin `sprockets-rails` version to 3.4.2 or lower
  • Loading branch information
yahonda authored Jun 7, 2024
2 parents 743128b + a76e272 commit 63db7d5
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 63db7d5

Please sign in to comment.