summaryrefslogtreecommitdiff
path: root/lib/bundler/installer.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-08-05 10:01:08 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-31 19:06:14 +0900
commit890b2611547076ff70ab77eda6bfc1b8a238fec8 (patch)
treee9a7c2e0aefe4c7370f9c7e71cdfad8a892630b0 /lib/bundler/installer.rb
parent744e128ed98af65b6c8324a23720807659b2a8e9 (diff)
[rubygems/rubygems] See if parallel installation on Windows works better now
https://github.com/rubygems/rubygems/commit/0822e1c260
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4789
Diffstat (limited to 'lib/bundler/installer.rb')
-rw-r--r--lib/bundler/installer.rb3
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