summaryrefslogtreecommitdiff
path: root/lib/bundler/installer/parallel_installer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/installer/parallel_installer.rb')
-rw-r--r--lib/bundler/installer/parallel_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/installer/parallel_installer.rb b/lib/bundler/installer/parallel_installer.rb
index c152a7eaa4..fdc1ece76b 100644
--- a/lib/bundler/installer/parallel_installer.rb
+++ b/lib/bundler/installer/parallel_installer.rb
@@ -63,7 +63,7 @@ class ParallelInstaller
@size = size
@standalone = standalone
@force = force
- @specs = all_specs.map { |s| SpecInstallation.new(s) }
+ @specs = all_specs.map {|s| SpecInstallation.new(s) }
end
def call