mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
[rubygems/rubygems] Vendor net-http and net-protocol in RubyGems
99d91c9ed2
This commit is contained in:
parent
6cefad7704
commit
ce924ce1fb
33 changed files with 7158 additions and 75 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue