diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index d42305d8a9..7c9ccfc039 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -113,7 +113,7 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.3.0) + rubocop-ast (1.4.0) parser (>= 2.7.1.5) rubocop-performance (1.9.2) rubocop (>= 0.90.0, < 2.0) diff --git a/Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.3.0.rbi b/Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.4.0.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.3.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.4.0.rbi index 9dca6681cd..4296fc72c4 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.3.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.4.0.rbi @@ -617,6 +617,7 @@ class RuboCop::AST::Node < ::Parser::AST::Node def ivasgn_type?; end def keyword?; end def kwarg_type?; end + def kwargs_type?; end def kwbegin_type?; end def kwnilarg_type?; end def kwoptarg_type?; end @@ -639,6 +640,8 @@ class RuboCop::AST::Node < ::Parser::AST::Node def match_current_line_type?; end def match_guard_clause?(param0 = T.unsafe(nil)); end def match_nil_pattern_type?; end + def match_pattern_p_type?; end + def match_pattern_type?; end def match_rest_type?; end def match_var_type?; end def match_with_lvasgn_type?; end @@ -1584,8 +1587,6 @@ RuboCop::AST::NodePattern::Sets::SET__ = T.let(T.unsafe(nil), Set) RuboCop::AST::NodePattern::Sets::SET__AT_SLICE = T.let(T.unsafe(nil), Set) -RuboCop::AST::NodePattern::Sets::SET__EQL_ = T.let(T.unsafe(nil), Set) - RuboCop::AST::NodePattern::Sets::SET__EQUAL_EQL = T.let(T.unsafe(nil), Set) RuboCop::AST::NodePattern::Sets::SET__GLOB = T.let(T.unsafe(nil), Set) @@ -1606,6 +1607,8 @@ RuboCop::AST::NodePattern::Sets::SET___7 = T.let(T.unsafe(nil), Set) RuboCop::AST::NodePattern::Sets::SET___8 = T.let(T.unsafe(nil), Set) +RuboCop::AST::NodePattern::Sets::SET___EQL = T.let(T.unsafe(nil), Set) + RuboCop::AST::NodePattern::Sets::SET___METHOD_____CALLEE__ = T.let(T.unsafe(nil), Set) RuboCop::AST::NodePattern::Sets::SET____ = T.let(T.unsafe(nil), Set) @@ -1926,6 +1929,7 @@ module RuboCop::AST::Traversal def on_ivar(node); end def on_ivasgn(node); end def on_kwarg(node); end + def on_kwargs(node); end def on_kwbegin(node); end def on_kwnilarg(node); end def on_kwoptarg(node); end @@ -1939,6 +1943,8 @@ module RuboCop::AST::Traversal def on_match_as(node); end def on_match_current_line(node); end def on_match_nil_pattern(node); end + def on_match_pattern(node); end + def on_match_pattern_p(node); end def on_match_rest(node); end def on_match_var(node); end def on_match_with_lvasgn(node); end diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index 8163290190..8110910e20 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -27691,12 +27691,6 @@ class RuboCop::AST::Node def key_node(param0=T.unsafe(nil)); end - def kwargs_type?(); end - - def match_pattern_p_type?(); end - - def match_pattern_type?(); end - def method_node(param0=T.unsafe(nil)); end def val_node(param0=T.unsafe(nil)); end @@ -27712,15 +27706,6 @@ module RuboCop::AST::NodePattern::Sets SET_INCLUDE_WITH_WITHOUT = ::T.let(nil, ::T.untyped) SET_SYSTEM_SHELL_OUTPUT_PIPE_OUTPUT = ::T.let(nil, ::T.untyped) SET_WITH_WITHOUT = ::T.let(nil, ::T.untyped) - SET___EQL = ::T.let(nil, ::T.untyped) -end - -module RuboCop::AST::Traversal - def on_kwargs(node); end - - def on_match_pattern(node); end - - def on_match_pattern_p(node); end end class RuboCop::Cask::AST::CaskHeader diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 21e8724c97..525011558e 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -73,7 +73,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-static-0.5.619 $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.6198/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-sorbet-1.8.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-wait-0.0.9/lib" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-ast-1.3.0/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-ast-1.4.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-progressbar-1.11.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unicode-display_width-1.7.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-1.7.0/lib"