From 015c24061a08cc8bac95dff57cbd871caabc9097 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:19:04 +0000 Subject: [PATCH] Update RBI files for json_schemer. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../{json_schemer@2.1.0.rbi => json_schemer@2.1.1.rbi} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{json_schemer@2.1.0.rbi => json_schemer@2.1.1.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/json_schemer@2.1.0.rbi b/Library/Homebrew/sorbet/rbi/gems/json_schemer@2.1.1.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/json_schemer@2.1.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/json_schemer@2.1.1.rbi index 08be4b6662..448ac13766 100644 --- a/Library/Homebrew/sorbet/rbi/gems/json_schemer@2.1.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/json_schemer@2.1.1.rbi @@ -271,9 +271,9 @@ class JSONSchemer::Draft202012::Vocab::Core::Schema < ::JSONSchemer::Keyword end class JSONSchemer::Draft202012::Vocab::Core::UnknownKeyword < ::JSONSchemer::Keyword - def fetch_unknown!(token); end + def fetch(token); end def parse; end - def unknown_schema!; end + def parsed_schema; end def validate(instance, instance_location, keyword_location, _context); end end @@ -685,8 +685,10 @@ class JSONSchemer::Keyword def absolute_keyword_location; end def error_key; end + def fetch(key); end def parent; end def parsed; end + def parsed_schema; end def root; end def schema_pointer; end def validate(_instance, _instance_location, _keyword_location, _context); end @@ -865,6 +867,7 @@ class JSONSchemer::Schema def defs_keyword; end def error(formatted_instance_location:, **options); end def error_key; end + def fetch(key); end def fetch_content_encoding(content_encoding, *args, &block); end def fetch_content_media_type(content_media_type, *args, &block); end def fetch_format(format, *args, &block); end