# File lib/rubygems-bundler/noexec.rb, line 69
  def old_specs
    if Hash === rubygems_specs
    then @rubygems_specs.values
    else @rubygems_specs
    end
  end