mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add bcrypt-ruby to Gemfile template
This commit is contained in:
parent
5912ed9902
commit
af54fc5586
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ source 'http://rubygems.org'
|
|||
<%= assets_gemfile_entry %>
|
||||
<%= javascript_gemfile_entry %>
|
||||
|
||||
# To use ActiveModel has_secure_password
|
||||
# gem 'bcrypt-ruby', '~> 3.0.0'
|
||||
|
||||
# Use unicorn as the web server
|
||||
# gem 'unicorn'
|
||||
|
||||
|
|
Loading…
Reference in a new issue