From 1ac4f2a0763a7424527b3f1b0b0ed6bd998a80db Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 25 Jul 2019 18:12:03 +0200 Subject: [PATCH] suite --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index aa9846d..a865f29 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' gem 'rails', '4.0.1' -gem 'bcrypt-ruby', '~> 3.0.0' +gem 'bcrypt', '~> 3.1.7' # Use sqlite3 as the database for Active Record #gem 'sqlite3' gem 'mysql2' diff --git a/Gemfile.lock b/Gemfile.lock index 1d0dc47..2764868 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM acts_as_tree (1.4.0) activerecord (>= 3.0.0) arel (4.0.2) - bcrypt-ruby (3.0.1) + bcrypt (3.1.13) builder (3.1.4) capistrano (2.15.5) highline @@ -173,7 +173,7 @@ PLATFORMS DEPENDENCIES acts_as_tree - bcrypt-ruby (~> 3.0.0) + bcrypt (~> 3.1.7) capistrano carrierwave coffee-rails (~> 4.0.0)