diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-05-11 20:07:21 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-05-11 20:07:21 +0200 |
commit | 9c63899a81a251d60e510512b8168d528f8d5b9d (patch) | |
tree | adf46e0001e838f0d451c1f68eeac706ff46b246 /Gemfile | |
parent | 7a2e389e6dc214d159b4777f05c56a3ac444aa09 (diff) | |
download | hmnoweb-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |