Browse Source

bundle bcrypt needed for password field

master
Georg Hopp 10 years ago
parent
commit
d691b150b2
  1. 2
      Gemfile

2
Gemfile

@ -27,7 +27,7 @@ gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
gem 'bcrypt', '~> 3.1.7'
# Use Unicorn as the app server
# gem 'unicorn'

Loading…
Cancel
Save