brew vendor-gems: commit updates.

This commit is contained in:
BrewTestBot 2022-05-19 18:10:25 +00:00
parent e5176b4e68
commit adb6ce0aab
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
122 changed files with 9 additions and 3 deletions

View File

@ -87,7 +87,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unicode-display_width
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-1.27.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-performance-1.13.3/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rails-2.14.2/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-2.11.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-2.11.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-sorbet-0.6.8/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-macho-3.0.0/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-html-0.12.3/lib"

View File

@ -47,7 +47,13 @@ module RuboCop
(block
(send nil? :change)
(args)
(send $_ $_)
(send
${
(send nil? _) # change { user.name }
const # change { User.count }
}
$_
)
)
PATTERN

Some files were not shown because too many files have changed in this diff Show More