summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrii Furmanets <furmanets.andriy@gmail.com>2025-11-23 19:19:22 +0200
committergit <svn-admin@ruby-lang.org>2026-01-29 02:05:46 +0000
commit0c30897d0bf579ee7be08fc828932e1bac1196aa (patch)
tree3cc959c2248546ae8958830fa793fb66656867d6 /lib
parentf2fde274506fa1731e576d9fca237764103b56db (diff)
[ruby/rubygems] Remove outdated TODO in RemoteFetcher
https://github.com/ruby/rubygems/commit/cc81b8b228
Diffstat (limited to 'lib')
-rw-r--r--lib/rubygems/remote_fetcher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/remote_fetcher.rb b/lib/rubygems/remote_fetcher.rb
index 805f7aaf82..151c6fd4d8 100644
--- a/lib/rubygems/remote_fetcher.rb
+++ b/lib/rubygems/remote_fetcher.rb
@@ -174,7 +174,7 @@ class Gem::RemoteFetcher
end
verbose "Using local gem #{local_gem_path}"
- when nil then # TODO: test for local overriding cache
+ when nil then
source_path = if Gem.win_platform? && source_uri.scheme &&
!source_uri.path.include?(":")
"#{source_uri.scheme}:#{source_uri.path}"