diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 385e819465..91664c3983 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -29,7 +29,7 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.3) - json_schemer (2.1.0) + json_schemer (2.1.1) hana (~> 1.3) regexp_parser (~> 2.0) simpleidn (~> 0.2) 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 diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index d610a748c8..3538db2495 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -60,7 +60,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unf_ext-0.0.9.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unf-0.1.4/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simpleidn-0.2.1/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/json_schemer-2.1.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/json_schemer-2.1.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/method_source-1.0.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/mustache-1.1.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/parallel-1.23.0/lib")