class Bundler::Installer
def install(options)
that said, it's a rare situation (other than rake), and parallel
dependencies might actually affect the installation of a gem.
the order that the resolver provides is significant, since
def install(options) force = options["force"] jobs = 1 jobs = [Bundler.settings[:jobs].to_i - 1, 1].max if can_install_in_parallel? install_in_parallel jobs, options[:standalone], force end