Skip to content

Commit e88e69d

Browse files
authored
Merge pull request #9112 from afurm/test-local-source-overrides-cache
Remove outdated TODO in RemoteFetcher
2 parents e07cefb + 548290b commit e88e69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubygems/remote_fetcher.rb

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

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

0 commit comments

Comments
 (0)