Skip to content

Commit cc81b8b

Browse files
committed
Remove outdated TODO in RemoteFetcher
1 parent 2494239 commit cc81b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rubygems/remote_fetcher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def download(spec, source_uri, install_dir = Gem.dir)
173173
end
174174

175175
verbose "Using local gem #{local_gem_path}"
176-
when nil then # TODO: test for local overriding cache
176+
when nil then
177177
source_path = if Gem.win_platform? && source_uri.scheme &&
178178
!source_uri.path.include?(":")
179179
"#{source_uri.scheme}:#{source_uri.path}"

0 commit comments

Comments
 (0)