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

Use GitHub webpacker until closer to release

This commit is contained in:
David Heinemeier Hansson 2016-12-09 13:33:45 -08:00
parent 8c947eb6e9
commit ecddc0468d

View file

@ -322,7 +322,7 @@ module Rails
def webpacker_gemfile_entry
if options[:webpack]
comment = "Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker"
GemfileEntry.new "webpacker", "~> 0.1", comment
GemfileEntry.github "webpacker", "rails/webpacker", nil, comment
end
end