Don't mess with bundler if it's not available
This commit is contained in:
parent
6ff702f31c
commit
3894b1bc1b
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user