class Bundler::RubygemsIntegration::MoreFuture

def stubs_provide_full_functionality?

recent RG versions instead of all versions that have stubs
we'll restrict ourselves to the most
is a performance optimization _only_,
only 2.5.2+ has all of the stub methods we want to use, and since this
def stubs_provide_full_functionality?
  true
end