Skip to content

Commit 46cd30d

Browse files
committed
[Rails5] Install bcrypt for all platforms.
1 parent d972584 commit 46cd30d

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
@@ -3,7 +3,7 @@ gemspec
33

44
gem 'sqlite3'
55
gem 'minitest', '< 5.3.4'
6-
gem 'bcrypt', platforms: [:mri]
6+
gem 'bcrypt'
77
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
88

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

0 commit comments

Comments
 (0)