diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,7 +37,9 @@ end gem 'jquery-rails', '~> 2.3.0' # To use ActiveModel has_secure_password -gem 'bcrypt-ruby', '~> 3.0.0' +# Use git version for FreeBSD 12.x compatibility until new +# gem (> 3.1.12) is released. +gem 'bcrypt', '~> 3.1.0', git: "https://github.com/codahale/bcrypt-ruby.git" # Use unicorn as the app server gem 'puma' |