class Bundler::Installer

def install_sequentially(standalone)

def install_sequentially(standalone)
  specs.each do |spec|
    message = install_gem_from_spec spec, standalone, 0
    if message
      Installer.post_install_messages[spec.name] = message
    end
  end
end