From 64bd5b99c5d8f978e2058ee727ad93ae714cc2fc Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Tue, 24 Jun 2014 23:07:03 -0400 Subject: [PATCH] Raise pinned bcrypt version --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 568ef3b0..fb136b6a 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index cceaf06a..269af9f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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