class Bundler::GemInstaller
def install_with_settings
def install_with_settings # Build arguments are global, so this is mutexed Bundler.rubygems.with_build_args([spec_settings]) { install } end
def install_with_settings # Build arguments are global, so this is mutexed Bundler.rubygems.with_build_args([spec_settings]) { install } end