Skip to content

Commit

Permalink
Add a space in framework names. Matches Active Record in generated Ge…
Browse files Browse the repository at this point in the history
…mfile.
  • Loading branch information
kaspth committed Jan 16, 2019
1 parent 4811921 commit 36468bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/lib/rails/generators/rails/app/templates/Gemfile.tt
Expand Up @@ -18,11 +18,11 @@ ruby <%= "'#{RUBY_VERSION}'" -%>
<% end -%>
<% end -%>

# Use ActiveModel has_secure_password
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
<% unless skip_active_storage? -%>

# Use ActiveStorage variant
# Use Active Storage variant
# gem 'image_processing', '~> 1.2'
<% end -%>

Expand Down

0 comments on commit 36468bd

Please sign in to comment.