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:
parent
676ee7887e
commit
1f74315f85
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue