Update RBI files for nokogiri.

This commit is contained in:
BrewTestBot 2021-06-03 05:57:07 +00:00
parent 9922ca94df
commit e177384dca
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
3 changed files with 25 additions and 0 deletions

View File

@ -12818,6 +12818,31 @@ module OpenSSL::SSL
TLS1_VERSION = ::T.let(nil, ::T.untyped)
end
class OpenSSL::SSL::SSLContext
def add_certificate(*_); end
def alpn_protocols(); end
def alpn_protocols=(alpn_protocols); end
def alpn_select_cb(); end
def alpn_select_cb=(alpn_select_cb); end
def enable_fallback_scsv(); end
def max_version=(version); end
def min_version=(version); end
DEFAULT_TMP_DH_CALLBACK = ::T.let(nil, ::T.untyped)
end
class OpenSSL::SSL::SSLSocket
def alpn_protocol(); end
def tmp_key(); end
end
module OpenSSL::X509
V_FLAG_NO_CHECK_TIME = ::T.let(nil, ::T.untyped)
V_FLAG_TRUSTED_FIRST = ::T.let(nil, ::T.untyped)