mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 05:05:18 +01: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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue