From 9c63899a81a251d60e510512b8168d528f8d5b9d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 11 May 2019 20:07:21 +0200 Subject: Upgrade/replace bcrypt-ruby with bcrypt gem, be less anal about capistrano version. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 65b78ad..f21dc0f 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ end gem 'jquery-rails', '~> 2.3.0' # To use ActiveModel has_secure_password -gem 'bcrypt-ruby', '~> 3.0.0' +gem 'bcrypt', '~> 3.1.0' # Use unicorn as the app server gem 'puma' -- cgit v1.2.3