1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove extra line in Gemfile under turbolinks.

This commit is contained in:
Geoffrey Roguelon 2012-10-21 20:17:23 +02:00
parent 676ee7887e
commit 1f74315f85

View file

@ -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'