Don't mess with bundler if it's not available
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -130,6 +130,8 @@ def number_of_cores
|
|||||||
end
|
end
|
||||||
|
|
||||||
def run_bundle_config
|
def run_bundle_config
|
||||||
|
return unless system("which bundle")
|
||||||
|
|
||||||
bundler_jobs = number_of_cores - 1
|
bundler_jobs = number_of_cores - 1
|
||||||
puts "======================================================"
|
puts "======================================================"
|
||||||
puts "Configuring Bundlers for parallel gem installation"
|
puts "Configuring Bundlers for parallel gem installation"
|
||||||
|
|||||||
Reference in New Issue
Block a user