From d691b150b2c5ae9b0e10f26441205a20d6a3f541 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 19 Apr 2016 11:57:06 +0200 Subject: [PATCH] bundle bcrypt needed for password field --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bb983b0..ef89565 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'jbuilder', '~> 2.0' gem 'sdoc', '~> 0.4.0', group: :doc # Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' +gem 'bcrypt', '~> 3.1.7' # Use Unicorn as the app server # gem 'unicorn'