mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Use bcrypt gem instead of obsolete bcrypt-ruby
This commit is contained in:
parent
737263d866
commit
e0779a0b07
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue