From 5fc23e30665867be8d760b90366b63aed4d7b62b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 3 Mar 2023 19:12:26 +0000 Subject: [PATCH] Update RBI files for rack. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../sorbet/rbi/gems/{rack@3.0.4.1.rbi => rack@3.0.4.2.rbi} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename Library/Homebrew/sorbet/rbi/gems/{rack@3.0.4.1.rbi => rack@3.0.4.2.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/rack@3.0.4.1.rbi b/Library/Homebrew/sorbet/rbi/gems/rack@3.0.4.2.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/rack@3.0.4.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/rack@3.0.4.2.rbi index 68c666cd67..578f28528a 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rack@3.0.4.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rack@3.0.4.2.rbi @@ -693,6 +693,7 @@ Rack::Multipart::MULTIPART_CONTENT_DISPOSITION = T.let(T.unsafe(nil), Regexp) Rack::Multipart::MULTIPART_CONTENT_ID = T.let(T.unsafe(nil), Regexp) Rack::Multipart::MULTIPART_CONTENT_TYPE = T.let(T.unsafe(nil), Regexp) class Rack::Multipart::MultipartPartLimitError < ::Errno::EMFILE; end +class Rack::Multipart::MultipartTotalPartLimitError < ::StandardError; end class Rack::Multipart::Parser def initialize(boundary, tempfile, bufsize, query_parser); end @@ -742,7 +743,7 @@ class Rack::Multipart::Parser::Collector private - def check_open_files; end + def check_part_limits; end end class Rack::Multipart::Parser::Collector::BufferPart < ::Rack::Multipart::Parser::Collector::MimePart @@ -1331,8 +1332,12 @@ module Rack::Utils def key_space_limit; end def key_space_limit=(v); end def make_delete_cookie_header(header, key, value); end + def multipart_file_limit; end + def multipart_file_limit=(_arg0); end def multipart_part_limit; end def multipart_part_limit=(_arg0); end + def multipart_total_part_limit; end + def multipart_total_part_limit=(_arg0); end def param_depth_limit; end def param_depth_limit=(v); end def parse_cookies(env); end