mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-01 02:20:16 +01:00
Raise pinned bcrypt version
This commit is contained in:
parent
1f4e80e863
commit
64bd5b99c5
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -33,7 +33,7 @@ gem "rails_autolink"
|
|||
gem "cache_digests"
|
||||
|
||||
# To use ActiveModel has_secure_password
|
||||
gem 'bcrypt', '~> 3.1.3'
|
||||
gem 'bcrypt', '~> 3.1.7'
|
||||
|
||||
# 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