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:
parent
8c947eb6e9
commit
ecddc0468d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue