class Bundler::GemInstaller

def install_error_message

def install_error_message
  "An error occurred while installing #{spec.name} (#{spec.version}), and Bundler cannot continue."
end