1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Use same comment format as other gems, including links to learn more

This commit is contained in:
David Heinemeier Hansson 2021-11-23 11:15:50 +01:00
parent 619c10b8ab
commit de1601921b

View file

@ -173,9 +173,9 @@ module Rails
if options[:asset_pipeline] == "sprockets"
GemfileEntry.version "sprockets-rails", ">= 2.0.0",
"The traditional bundling and transpiling asset pipeline for Rails."
"The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]"
elsif options[:asset_pipeline] == "propshaft"
GemfileEntry.version "propshaft", ">= 0.1.7", "The modern asset pipeline for Rails."
GemfileEntry.version "propshaft", ">= 0.1.7", "The modern asset pipeline for Rails [https://github.com/rails/propshaft/]"
else
[]
end