From 60c7fcf03ae222f04f0ac46db76a2f8b1fcb222c Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 14 Jun 2018 09:01:38 +0000 Subject: Get rid of warnings of test/spec * lib/net/http/exceptions.rb: revert a part of r63590. to deprecate Net::ProtoServerError seems to be wrong. see [ruby-core:87488] [Feature#14688] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/http/exceptions.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/net/http/exceptions.rb b/lib/net/http/exceptions.rb index 933cd64ace..da5f7a70fc 100644 --- a/lib/net/http/exceptions.rb +++ b/lib/net/http/exceptions.rb @@ -30,5 +30,4 @@ end module Net deprecate_constant(:HTTPServerException) - deprecate_constant(:ProtoServerError) end -- cgit v1.2.3