From b258f90aee90e4911a6da3c7212b523ca9c6294a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:11:48 +0000 Subject: [PATCH 1/3] build(deps): bump rubocop-ast from 1.6.0 to 1.7.0 in /Library/Homebrew Bumps [rubocop-ast](https://github.com/rubocop-hq/rubocop-ast) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/rubocop-hq/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-ast/compare/v1.6.0...v1.7.0) 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 025005f07a568..680f98561e834 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -118,7 +118,7 @@ GEM rubocop-ast (>= 1.5.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.6.0) + rubocop-ast (1.7.0) parser (>= 3.0.1.1) rubocop-performance (1.11.3) rubocop (>= 1.7.0, < 2.0) From b8391f9481403596983cacd548ac3791c1a02d42 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 31 May 2021 06:14:58 +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 76afdb2cf5ad8..84af9b6940f21 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -76,7 +76,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.6274/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.6.0/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-ast-1.7.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-2.0.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-1.15.0/lib" From 7d8723d8857b207814b31d813568e586e2c692c1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 31 May 2021 06:16:04 +0000 Subject: [PATCH 3/3] Update RBI files for rubocop-ast. --- .../rbi/gems/{rubocop-ast@1.6.0.rbi => rubocop-ast@1.7.0.rbi} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename Library/Homebrew/sorbet/rbi/gems/{rubocop-ast@1.6.0.rbi => rubocop-ast@1.7.0.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.6.0.rbi b/Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.7.0.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.6.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.7.0.rbi index f64f2a036a120..3eaf50797ec44 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.6.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rubocop-ast@1.7.0.rbi @@ -675,6 +675,7 @@ end class RuboCop::AST::InPatternNode < ::RuboCop::AST::Node def body; end def branch_index; end + def pattern; end def then?; end end @@ -757,7 +758,8 @@ module RuboCop::AST::MethodDispatchNode def block_node; end def command?(name); end def const_receiver?; end - def def_modifier?; end + def def_modifier(node = T.unsafe(nil)); end + def def_modifier?(node = T.unsafe(nil)); end def dot?; end def double_colon?; end def implicit_call?; end