class Gem::DependencyResolver::ActivationRequest

def initialize(spec, req, others_possible=true)

def initialize(spec, req, others_possible=true)
  @spec = spec
  @request = req
  @others_possible = others_possible
end