提交 efbfdd40 编写于 作者: T T.J. Schuck
上级 b7850649
......@@ -17,13 +17,7 @@ gem 'turbolinks', github: 'turbolinks/turbolinks-rails'
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid Active Model (and by extension the entire framework)
# being dependent on a binary library.
platforms :mingw, :x64_mingw, :mswin, :mswin64 do
gem 'bcrypt-ruby', '~> 3.0.0', require: false
end
platforms :ruby, :jruby, :rbx do
gem 'bcrypt', '~> 3.1.10', require: false
end
gem 'bcrypt', '~> 3.1.11', require: false
# This needs to be with require false to avoid it being automatically loaded by
# sprockets.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册