Use bcrypt gem instead of obsolete bcrypt-ruby

This commit is contained in:
Dan Rice 2014-06-02 20:52:59 -04:00
parent 737263d866
commit e0779a0b07
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ gem "rails_autolink"
gem "cache_digests"
# To use ActiveModel has_secure_password
gem 'bcrypt-ruby', '~> 3.0.0'
gem 'bcrypt', '~> 3.1.3'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
# gem 'turbolinks'