aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-02-28 07:52:55 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-02-28 07:56:28 +0900
commit0192020dd01affc09d2e721ead8e134e51df05d5 (patch)
tree0fb4d13bad730e70a4ba0c94a970ac610ae2df61 /railties
parent4cc1c14493e7a9bd188ee13c237366f6bc2e13f4 (diff)
downloadrails-0192020dd01affc09d2e721ead8e134e51df05d5.tar.gz
rails-0192020dd01affc09d2e721ead8e134e51df05d5.tar.bz2
rails-0192020dd01affc09d2e721ead8e134e51df05d5.zip
Use released webpacker in new applications
Because webpacker 1.0 already released.
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/app_base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb
index 04f6341471..56e286f259 100644
--- a/railties/lib/rails/generators/app_base.rb
+++ b/railties/lib/rails/generators/app_base.rb
@@ -322,7 +322,7 @@ module Rails
return [] unless options[:webpack]
comment = "Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker"
- GemfileEntry.github "webpacker", "rails/webpacker", nil, comment
+ GemfileEntry.new "webpacker", nil, comment
end
def jbuilder_gemfile_entry