aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-05-11 20:07:21 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-05-11 20:07:21 +0200
commit9c63899a81a251d60e510512b8168d528f8d5b9d (patch)
treeadf46e0001e838f0d451c1f68eeac706ff46b246 /Gemfile
parent7a2e389e6dc214d159b4777f05c56a3ac444aa09 (diff)
downloadhmnoweb-9c63899a81a251d60e510512b8168d528f8d5b9d.tar.gz
hmnoweb-9c63899a81a251d60e510512b8168d528f8d5b9d.tar.bz2
hmnoweb-9c63899a81a251d60e510512b8168d528f8d5b9d.zip
Upgrade/replace bcrypt-ruby with bcrypt gem, be less anal about capistrano version.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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'