Commit d691b150b2c5ae9b0e10f26441205a20d6a3f541
1 parent
14802473
bundle bcrypt needed for password field
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -27,7 +27,7 @@ gem 'jbuilder', '~> 2.0' | @@ -27,7 +27,7 @@ gem 'jbuilder', '~> 2.0' | ||
27 | gem 'sdoc', '~> 0.4.0', group: :doc | 27 | gem 'sdoc', '~> 0.4.0', group: :doc |
28 | 28 | ||
29 | # Use ActiveModel has_secure_password | 29 | # Use ActiveModel has_secure_password |
30 | -# gem 'bcrypt', '~> 3.1.7' | 30 | +gem 'bcrypt', '~> 3.1.7' |
31 | 31 | ||
32 | # Use Unicorn as the app server | 32 | # Use Unicorn as the app server |
33 | # gem 'unicorn' | 33 | # gem 'unicorn' |
Please
register
or
login
to post a comment