diff --git a/.gitignore b/.gitignore index 5e1c1ceec..00667434d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,11 @@ /pkg/ /spec/reports/ /tmp/ -/.ruby-version +**/.ruby-version +**/.rvmrc +**/.rbfu-version +**/.rbenv-version +**/.versions.conf /lib/rbs/parser.output /vendor/sigs /Gemfile.lock diff --git a/stdlib/net-http/0/net-http.rbs b/stdlib/net-http/0/net-http.rbs index 08a85f0ba..2848469d7 100644 --- a/stdlib/net-http/0/net-http.rbs +++ b/stdlib/net-http/0/net-http.rbs @@ -1204,6 +1204,7 @@ module Net class HTTPRequest < HTTPGenericRequest def initialize: (String path, ?Hash[String, untyped] initheader) -> void + | (URI::Generic uri, ?Hash[String, untyped] initheader) -> void end class HTTP::Get < HTTPRequest @@ -1843,4 +1844,4 @@ module Net class HTTPFatalError < ProtoFatalError include Net::HTTPExceptions end -end \ No newline at end of file +end