summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-21 12:31:50 -0700
committermo khan <mo@mokhan.ca>2015-02-21 12:31:50 -0700
commit6ada62adfd2b60e3af4f721ed8e09a5658920fa6 (patch)
tree1f65086944ce3be9b12b48bda16761fde6a6b965 /Gemfile
parentd3f91de6fcc6d27bc2d7adb8f1e14d73b71e7b96 (diff)
add user model and login page.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 812b7f0..856be98 100644
--- a/Gemfile
+++ b/Gemfile
@@ -26,7 +26,7 @@ gem 'typhoeus'
gem 'listen'
# Use ActiveModel has_secure_password
-# gem 'bcrypt', '~> 3.1.7'
+gem 'bcrypt', '~> 3.1.7'
# Use Unicorn as the app server
# gem 'unicorn'