Skip to content

Commit

Permalink
Merge pull request #11463 from Homebrew/dependabot/bundler/Library/Ho…
Browse files Browse the repository at this point in the history
…mebrew/rubocop-ast-1.7.0

build(deps): bump rubocop-ast from 1.6.0 to 1.7.0 in /Library/Homebrew
  • Loading branch information
nandahkrishna authored May 31, 2021
2 parents 94a117e + 7d8723d commit b6cfafe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/vendor/bundle/bundler/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b6cfafe

Please sign in to comment.