lib/rails/generators/app_base.rb in railties-5.0.0.rc1 vs lib/rails/generators/app_base.rb in railties-5.0.0.rc2

- old
+ new

@@ -306,10 +306,10 @@ gems end def jbuilder_gemfile_entry comment = 'Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder' - GemfileEntry.new 'jbuilder', '~> 2.0', comment, {}, options[:api] + GemfileEntry.new 'jbuilder', '~> 2.5', comment, {}, options[:api] end def coffee_gemfile_entry GemfileEntry.version 'coffee-rails', '~> 4.1.0', 'Use CoffeeScript for .coffee assets and views' end