From 41d7e4c86cf424911f0027ce1b7e149094038b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 18:04:48 +0000 Subject: [PATCH 1/3] build(deps): bump regexp_parser from 2.2.1 to 2.3.0 in /Library/Homebrew Bumps [regexp_parser](https://github.com/ammar/regexp_parser) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/ammar/regexp_parser/releases) - [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/ammar/regexp_parser/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: regexp_parser dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 62dba4de5c..bb45a91f19 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -91,7 +91,7 @@ GEM sorbet-runtime (>= 0.5.9204) unparser rdiscount (2.2.0.2) - regexp_parser (2.2.1) + regexp_parser (2.3.0) rexml (3.2.5) ronn (0.7.3) hpricot (>= 0.8.2) From 071c6b5d27d5d6507d29eff3ad55ed9b5bbba049 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 11 Apr 2022 18:07:18 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 22c71907a5..b6db410d2d 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -31,7 +31,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-1 $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unf_ext-0.0.8.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unf-0.1.4/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/domain_name-0.5.20190701/lib" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/regexp_parser-2.2.1/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/regexp_parser-2.3.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ecma-re-validator-0.4.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/elftools-1.1.3/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/hana-1.3.7/lib" From 90d832eb7e17eeb7f077e8def1f8667dda91c04b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 11 Apr 2022 18:12:25 +0000 Subject: [PATCH 3/3] Update RBI files for regexp_parser. --- ...rser@2.2.1.rbi => regexp_parser@2.3.0.rbi} | 131 ++++++------------ 1 file changed, 46 insertions(+), 85 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{regexp_parser@2.2.1.rbi => regexp_parser@2.3.0.rbi} (95%) diff --git a/Library/Homebrew/sorbet/rbi/gems/regexp_parser@2.2.1.rbi b/Library/Homebrew/sorbet/rbi/gems/regexp_parser@2.3.0.rbi similarity index 95% rename from Library/Homebrew/sorbet/rbi/gems/regexp_parser@2.2.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/regexp_parser@2.3.0.rbi index 63fb0b99f6..8690f26903 100644 --- a/Library/Homebrew/sorbet/rbi/gems/regexp_parser@2.2.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/regexp_parser@2.3.0.rbi @@ -799,36 +799,33 @@ end module Regexp::Syntax private - def comparable_version(name); end + def comparable(name); end def const_missing(const_name); end def fallback_version_class(version); end - def inherit_from_version(parent_version, new_version); end + def for(name); end def new(name); end def specified_versions; end def supported?(name); end def version_class(version); end - def version_const_name(version_string); end def warn_if_future_version(const_name); end class << self - def comparable_version(name); end + def comparable(name); end def const_missing(const_name); end def fallback_version_class(version); end - def inherit_from_version(parent_version, new_version); end + def for(name); end def new(name); end def specified_versions; end def supported?(name); end def version_class(version); end - def version_const_name(version_string); end def warn_if_future_version(const_name); end end end class Regexp::Syntax::Any < ::Regexp::Syntax::Base - def initialize; end - - def implements!(_type, _token); end - def implements?(_type, _token); end + class << self + def implements?(_type, _token); end + end end class Regexp::Syntax::Base @@ -836,20 +833,28 @@ class Regexp::Syntax::Base def initialize; end - def check!(type, token); end - def check?(type, token); end - def excludes(type, tokens); end - def features; end - def implementations(type); end - def implements(type, tokens); end - def implements!(type, token); end - def implements?(type, token); end - def normalize(type, token); end - def normalize_backref(type, token); end - def normalize_group(type, token); end + def method_missing(name, *args); end + + private + + def respond_to_missing?(name, include_private = T.unsafe(nil)); end class << self - def inspect; end + def added_features; end + def check!(type, token); end + def check?(type, token); end + def excludes(type, tokens); end + def features; end + def features=(_arg0); end + def implementations(type); end + def implements(type, tokens); end + def implements!(type, token); end + def implements?(type, token); end + def inherited(subclass); end + def normalize(type, token); end + def normalize_backref(type, token); end + def normalize_group(type, token); end + def removed_features; end end end @@ -957,6 +962,7 @@ Regexp::Syntax::Token::Quantifier::IntervalReluctant = T.let(T.unsafe(nil), Arra Regexp::Syntax::Token::Quantifier::Possessive = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::Quantifier::Reluctant = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::Quantifier::Type = T.let(T.unsafe(nil), Symbol) +Regexp::Syntax::Token::Quantifier::V1_8_6 = T.let(T.unsafe(nil), Array) module Regexp::Syntax::Token::SubexpressionCall; end Regexp::Syntax::Token::SubexpressionCall::All = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::SubexpressionCall::Name = T.let(T.unsafe(nil), Array) @@ -974,6 +980,7 @@ Regexp::Syntax::Token::UnicodeProperty::Age_V2_6_0 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::Age_V2_6_2 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::Age_V2_6_3 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::Age_V3_1_0 = T.let(T.unsafe(nil), Array) +Regexp::Syntax::Token::UnicodeProperty::Age_V3_2_0 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::All = T.let(T.unsafe(nil), Array) module Regexp::Syntax::Token::UnicodeProperty::Category; end Regexp::Syntax::Token::UnicodeProperty::Category::All = T.let(T.unsafe(nil), Array) @@ -1006,6 +1013,7 @@ Regexp::Syntax::Token::UnicodeProperty::Script_V2_5_0 = T.let(T.unsafe(nil), Arr Regexp::Syntax::Token::UnicodeProperty::Script_V2_6_0 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::Script_V2_6_2 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::Script_V3_1_0 = T.let(T.unsafe(nil), Array) +Regexp::Syntax::Token::UnicodeProperty::Script_V3_2_0 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::Type = T.let(T.unsafe(nil), Symbol) Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V1_9_0 = T.let(T.unsafe(nil), Array) @@ -1017,6 +1025,7 @@ Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V2_5_0 = T.let(T.unsafe(nil Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V2_6_0 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V2_6_2 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V3_1_0 = T.let(T.unsafe(nil), Array) +Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V3_2_0 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::V1_9_0 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::V1_9_3 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::V2_0_0 = T.let(T.unsafe(nil), Array) @@ -1028,74 +1037,26 @@ Regexp::Syntax::Token::UnicodeProperty::V2_6_0 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::V2_6_2 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::V2_6_3 = T.let(T.unsafe(nil), Array) Regexp::Syntax::Token::UnicodeProperty::V3_1_0 = T.let(T.unsafe(nil), Array) +Regexp::Syntax::Token::UnicodeProperty::V3_2_0 = T.let(T.unsafe(nil), Array) class Regexp::Syntax::UnknownSyntaxNameError < ::Regexp::Syntax::SyntaxError def initialize(name); end end -class Regexp::Syntax::V1_8_6 < ::Regexp::Syntax::Base - def initialize; end -end - -class Regexp::Syntax::V1_9 < ::Regexp::Syntax::V1_9_3; end - -class Regexp::Syntax::V1_9_1 < ::Regexp::Syntax::V1_8_6 - def initialize; end -end - -class Regexp::Syntax::V1_9_3 < ::Regexp::Syntax::V1_9_1 - def initialize; end -end - -class Regexp::Syntax::V2_0_0 < ::Regexp::Syntax::V1_9 - def initialize; end -end - -class Regexp::Syntax::V2_1 < ::Regexp::Syntax::V2_0_0; end -class Regexp::Syntax::V2_2 < ::Regexp::Syntax::V2_2_0; end - -class Regexp::Syntax::V2_2_0 < ::Regexp::Syntax::V2_1 - def initialize; end -end - -class Regexp::Syntax::V2_3 < ::Regexp::Syntax::V2_3_0; end - -class Regexp::Syntax::V2_3_0 < ::Regexp::Syntax::V2_2 - def initialize; end -end - -class Regexp::Syntax::V2_4 < ::Regexp::Syntax::V2_4_1; end - -class Regexp::Syntax::V2_4_0 < ::Regexp::Syntax::V2_3 - def initialize; end -end - -class Regexp::Syntax::V2_4_1 < ::Regexp::Syntax::V2_4_0 - def initialize; end -end - -class Regexp::Syntax::V2_5 < ::Regexp::Syntax::V2_5_0; end - -class Regexp::Syntax::V2_5_0 < ::Regexp::Syntax::V2_4 - def initialize; end -end - -class Regexp::Syntax::V2_6_0 < ::Regexp::Syntax::V2_5 - def initialize; end -end - -class Regexp::Syntax::V2_6_2 < ::Regexp::Syntax::V2_6_0 - def initialize; end -end - -class Regexp::Syntax::V2_6_3 < ::Regexp::Syntax::V2_6_2 - def initialize; end -end - -class Regexp::Syntax::V3_1_0 < ::Regexp::Syntax::V2_6_3 - def initialize; end -end - +class Regexp::Syntax::V1_8_6 < ::Regexp::Syntax::Base; end +class Regexp::Syntax::V1_9_1 < ::Regexp::Syntax::V1_8_6; end +class Regexp::Syntax::V1_9_3 < ::Regexp::Syntax::V1_9_1; end +class Regexp::Syntax::V2_0_0 < ::Regexp::Syntax::V1_9_3; end +class Regexp::Syntax::V2_2_0 < ::Regexp::Syntax::V2_0_0; end +class Regexp::Syntax::V2_3_0 < ::Regexp::Syntax::V2_2_0; end +class Regexp::Syntax::V2_4_0 < ::Regexp::Syntax::V2_3_0; end +class Regexp::Syntax::V2_4_1 < ::Regexp::Syntax::V2_4_0; end +class Regexp::Syntax::V2_5_0 < ::Regexp::Syntax::V2_4_1; end +class Regexp::Syntax::V2_6_0 < ::Regexp::Syntax::V2_5_0; end +class Regexp::Syntax::V2_6_2 < ::Regexp::Syntax::V2_6_0; end +class Regexp::Syntax::V2_6_3 < ::Regexp::Syntax::V2_6_2; end +class Regexp::Syntax::V3_1_0 < ::Regexp::Syntax::V2_6_3; end +class Regexp::Syntax::V3_2_0 < ::Regexp::Syntax::V3_1_0; end Regexp::Syntax::VERSION_CONST_REGEXP = T.let(T.unsafe(nil), Regexp) Regexp::Syntax::VERSION_FORMAT = T.let(T.unsafe(nil), String) Regexp::Syntax::VERSION_REGEXP = T.let(T.unsafe(nil), Regexp)