Skip to content

Commit f23bd23

Browse files
committed
Merge pull request #9112 from afurm/test-local-source-overrides-cache
Remove outdated TODO in RemoteFetcher (cherry picked from commit e88e69d)
1 parent 3c1a6eb commit f23bd23

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
@@ -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)