Skip to content

Commit bdd8d8e

Browse files
committed
Enable bcrypt for all again.
1 parent 23cfd63 commit bdd8d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
gemspec
33

4-
gem 'bcrypt', platforms: [:ruby]
4+
gem 'bcrypt'
55
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
66

77
if RbConfig::CONFIG["host_os"] =~ /darwin/

0 commit comments

Comments
 (0)