class Bundler::RubygemsIntegration::MoreFuture

def all_specs

def all_specs
  require "bundler/remote_specification"
  Gem::Specification.stubs.map do |stub|
    StubSpecification.from_stub(stub)
  end
end