1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] See if parallel installation on Windows works better now

https://github.com/rubygems/rubygems/commit/0822e1c260
This commit is contained in:
David Rodríguez 2021-08-05 10:01:08 +02:00 committed by Hiroshi SHIBATA
parent 744e128ed9
commit 890b261154
Notes: git 2021-08-31 19:07:09 +09:00

View file

@ -219,9 +219,6 @@ module Bundler
return jobs
end
# Parallelization has some issues on Windows, so it's not yet the default
return 1 if Gem.win_platform?
Bundler.settings.processor_count
end