mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +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'
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@ DEPENDENCIES
|
|||
actionpack-xml_parser (>= 1.0.1)
|
||||
acts_as_list
|
||||
aruba (>= 0.5.4)
|
||||
bcrypt (~> 3.1.3)
|
||||
bcrypt (~> 3.1.7)
|
||||
bullet
|
||||
cache_digests
|
||||
capybara
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue