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'

View file

@ -38,7 +38,7 @@ GEM
childprocess (>= 0.3.6)
cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0)
bcrypt-ruby (3.0.1)
bcrypt (3.1.7)
builder (3.2.2)
bullet (4.9.0)
activesupport
@ -206,7 +206,7 @@ DEPENDENCIES
actionpack-xml_parser (>= 1.0.1)
acts_as_list
aruba (>= 0.5.4)
bcrypt-ruby (~> 3.0.0)
bcrypt (~> 3.1.3)
bullet
cache_digests
capybara