module Gem

def URI(uri) # rubocop:disable Naming/MethodName

rubocop:disable Naming/MethodName
def URI(uri) # rubocop:disable Naming/MethodName
  Bundler::URI(uri)
end