class Bundler::RubygemsIntegration::Modern

def stub_rubygems(specs)

def stub_rubygems(specs)
  Gem::Specification.all = specs
  Gem.post_reset {
    Gem::Specification.all = specs
  }
  stub_source_index170(specs)
end