[rubygems/rubygems] Vendor net-http and net-protocol in RubyGems

99d91c9ed2
This commit is contained in:
David Rodríguez 2023-01-29 21:24:11 +01:00 committed by Hiroshi SHIBATA
parent 6cefad7704
commit ce924ce1fb
33 changed files with 7158 additions and 75 deletions

View file

@ -21,7 +21,7 @@ class TestGemSourceSubpathProblem < Gem::TestCase
end
def test_dependency_resolver_set
response = Net::HTTPResponse.new "1.1", 200, "OK"
response = Gem::Net::HTTPResponse.new "1.1", 200, "OK"
response.uri = URI("http://example")
@fetcher.data["#{@gem_repo}/"] = response