[rubygems/rubygems] Remove unnecessary "./" when appending string to uri

https://github.com/rubygems/rubygems/commit/732679306d
This commit is contained in:
David Rodríguez 2024-09-06 19:01:46 +02:00 committed by git
parent fe1bace43c
commit b0adae7fb2

View File

@ -79,7 +79,7 @@ class Gem::Source
uri
end
bundler_api_uri = enforce_trailing_slash(fetch_uri) + "./versions"
bundler_api_uri = enforce_trailing_slash(fetch_uri) + "versions"
begin
fetcher = Gem::RemoteFetcher.fetcher