diff options
| -rw-r--r-- | lib/bundler/installer.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bundler/installer.rb b/lib/bundler/installer.rb index 2624ac4b18..796fd34787 100644 --- a/lib/bundler/installer.rb +++ b/lib/bundler/installer.rb @@ -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 |
