diff --git a/Rakefile b/Rakefile index 51e7ae1..d9e4613 100644 --- a/Rakefile +++ b/Rakefile @@ -130,6 +130,8 @@ def number_of_cores end def run_bundle_config + return unless system("which bundle") + bundler_jobs = number_of_cores - 1 puts "======================================================" puts "Configuring Bundlers for parallel gem installation"