Skip to content

Commit

Permalink
[rubygems/rubygems] See if parallel installation on Windows works bet…
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and hsbt committed Aug 31, 2021
1 parent 744e128 commit 890b261
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/bundler/installer.rb
Expand Up @@ -219,9 +219,6 @@ def installation_parallelization(options)
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

Expand Down

0 comments on commit 890b261

Please sign in to comment.