Raise pinned bcrypt version

This commit is contained in:
Dan Rice 2014-06-24 23:07:03 -04:00
parent 1f4e80e863
commit 64bd5b99c5
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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