From 1f74315f85a9816b49ae4adafe29bc8750c550a6 Mon Sep 17 00:00:00 2001 From: Geoffrey Roguelon Date: Sun, 21 Oct 2012 20:17:23 +0200 Subject: Remove extra line in Gemfile under turbolinks. --- railties/lib/rails/generators/rails/app/templates/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile index 30f8a5f75e..5b7a653a09 100644 --- a/railties/lib/rails/generators/rails/app/templates/Gemfile +++ b/railties/lib/rails/generators/rails/app/templates/Gemfile @@ -7,7 +7,7 @@ source 'https://rubygems.org' <%= "gem 'jruby-openssl'\n" if defined?(JRUBY_VERSION) -%> <%= assets_gemfile_entry %> -<%= javascript_gemfile_entry %> +<%= javascript_gemfile_entry -%> # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' -- cgit v1.2.3