From f08dee67dc41d961f9032ba18dc597ea072672fb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 24 Oct 2022 18:24:24 +0900 Subject: Bump up net-http 0.3.0 --- test/net/http/test_https_proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/net/http/test_https_proxy.rb') diff --git a/test/net/http/test_https_proxy.rb b/test/net/http/test_https_proxy.rb index f833f1a1e3..4c2a92ccd6 100644 --- a/test/net/http/test_https_proxy.rb +++ b/test/net/http/test_https_proxy.rb @@ -10,7 +10,7 @@ class HTTPSProxyTest < Test::Unit::TestCase begin OpenSSL rescue LoadError - skip 'autoload problem. see [ruby-dev:45021][Bug #5786]' + omit 'autoload problem. see [ruby-dev:45021][Bug #5786]' end TCPServer.open("127.0.0.1", 0) {|serv| -- cgit v1.2.3