lib/rails/generators/app_base.rb in railties-4.1.10.rc4 vs lib/rails/generators/app_base.rb in railties-4.1.10

- old
+ new

@@ -283,10 +283,10 @@ gems end end def javascript_runtime_gemfile_entry - comment = 'See https://github.com/sstephenson/execjs#readme for more supported runtimes' + comment = 'See https://github.com/rails/execjs#readme for more supported runtimes' if defined?(JRUBY_VERSION) GemfileEntry.version 'therubyrhino', nil, comment else GemfileEntry.new 'therubyracer', nil, comment, { platforms: :ruby }, true end