Update RBI files for rack.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
This commit is contained in:
BrewTestBot 2023-01-18 19:23:14 +00:00
parent ee40302e1b
commit 0b4bc02097
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 3 additions and 2 deletions

View File

@ -890,6 +890,7 @@ Rack::RACK_MULTIPART_TEMPFILE_FACTORY = T.let(T.unsafe(nil), String)
Rack::RACK_RECURSIVE_INCLUDE = T.let(T.unsafe(nil), String)
Rack::RACK_REQUEST_COOKIE_HASH = T.let(T.unsafe(nil), String)
Rack::RACK_REQUEST_COOKIE_STRING = T.let(T.unsafe(nil), String)
Rack::RACK_REQUEST_FORM_ERROR = T.let(T.unsafe(nil), String)
Rack::RACK_REQUEST_FORM_HASH = T.let(T.unsafe(nil), String)
Rack::RACK_REQUEST_FORM_INPUT = T.let(T.unsafe(nil), String)
Rack::RACK_REQUEST_FORM_VARS = T.let(T.unsafe(nil), String)

View File

@ -4506,8 +4506,6 @@ module Homebrew::EnvConfig
def self.install_badge(); end
def self.install_from_api?(); end
def self.livecheck_watchlist(); end
def self.logs(); end
@ -4534,6 +4532,8 @@ module Homebrew::EnvConfig
def self.no_install_cleanup?(); end
def self.no_install_from_api?(); end
def self.no_install_upgrade?(); end
def self.no_installed_dependents_check?(); end