aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f21dc0f..0724c02 100644
--- a/Gemfile
+++ b/Gemfile
@@ -37,7 +37,9 @@ end
gem 'jquery-rails', '~> 2.3.0'
# To use ActiveModel has_secure_password
-gem 'bcrypt', '~> 3.1.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'