class Dependabot::GitMetadataFetcher
def fetch_raw_upload_pack_for(uri)
def fetch_raw_upload_pack_for(uri) url = service_pack_uri(uri) url = url.rpartition("@").tap { |a| a.first.gsub!("@", "%40") }.join Excon.get( url, idempotent: true, **excon_defaults ) end