# File lib/rubygems/installer.rb, line 240
  def installation_satisfies_dependency?(dependency)
    not dependency.matching_specs.empty?
  end