gem 'bcrypt', git: 'https://github.com/codahale/bcrypt-ruby.git'
gem 'bcrypt'
gem 'bcrypt', git: 'https://github.com/codahale/bcrypt-ruby.git', platforms: [:mingw, :x64_mingw]
gem 'bcrypt', platforms: [:mri]
platforms :mswin do
gem 'bcrypt', git: 'https://github.com/codahale/bcrypt-ruby.git'
end
platforms :ruby do
gem 'bcrypt'
end
install_if -> { RUBY_PLATFORM =~ /linux/ } do
gem 'bcrypt', git: 'https://github.com/codahale/bcrypt-ruby.git'
end
install_if -> { RUBY_PLATFORM =~ /mswin/ }
gem 'bcryptcrypt'
end