Update RBI files for minitest.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2024-01-12 17:36:52 +00:00
parent 6798fc4360
commit a0bf9dabc7
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 235 additions and 196 deletions

View File

@ -6331,6 +6331,8 @@ end
class Net::HTTPAlreadyReported
end
Net::HTTPClientError::EXCEPTION_TYPE = Net::HTTPClientException
Net::HTTPClientErrorCode = Net::HTTPClientError
class Net::HTTPEarlyHints
@ -6420,6 +6422,8 @@ Net::HTTPResponseReceiver = Net::HTTPResponse
Net::HTTPRetriableCode = Net::HTTPRedirection
Net::HTTPServerError::EXCEPTION_TYPE = Net::HTTPFatalError
Net::HTTPServerErrorCode = Net::HTTPServerError
Net::HTTPSession = Net::HTTP