Commit d691b150b2c5ae9b0e10f26441205a20d6a3f541

Authored by Georg Hopp
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 27 gem 'sdoc', '~> 0.4.0', group: :doc
28 28
29 29 # Use ActiveModel has_secure_password
30   -# gem 'bcrypt', '~> 3.1.7'
  30 +gem 'bcrypt', '~> 3.1.7'
31 31
32 32 # Use Unicorn as the app server
33 33 # gem 'unicorn'
... ...
Please register or login to post a comment