提交 651fa5ed 编写于 作者: S Santiago Pastorino

Merge pull request #20406 from yoongkang/add_edge_sprockets

Use sprockets-rails from github repo
...@@ -208,11 +208,13 @@ def rails_gemfile_entry ...@@ -208,11 +208,13 @@ def rails_gemfile_entry
if options.dev? if options.dev?
[ [
GemfileEntry.path('rails', Rails::Generators::RAILS_DEV_PATH), GemfileEntry.path('rails', Rails::Generators::RAILS_DEV_PATH),
GemfileEntry.github('sprockets-rails', 'rails/sprockets-rails'),
GemfileEntry.github('arel', 'rails/arel') GemfileEntry.github('arel', 'rails/arel')
] ]
elsif options.edge? elsif options.edge?
[ [
GemfileEntry.github('rails', 'rails/rails'), GemfileEntry.github('rails', 'rails/rails'),
GemfileEntry.github('sprockets-rails', 'rails/sprockets-rails'),
GemfileEntry.github('arel', 'rails/arel') GemfileEntry.github('arel', 'rails/arel')
] ]
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册