Merge pull request #18769 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.36.1

build(deps-dev): bump rubocop-ast from 1.33.0 to 1.36.1 in /Library/Homebrew
This commit is contained in:
Douglas Eichelberger 2024-11-15 12:00:12 -08:00 committed by GitHub
commit 640d52c34b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 410 additions and 313 deletions

View File

@ -82,7 +82,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.0)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-md (1.2.4)
rubocop (>= 1.45)

View File

@ -177,7 +177,10 @@ class Livecheck
delegate version: :@package_or_resource
delegate arch: :@package_or_resource
# FIXME: false positive: https://github.com/rubocop/rubocop/issues/13453
# rubocop:disable Style/AccessModifierDeclarations
private :version, :arch
# rubocop:enable Style/AccessModifierDeclarations
# Returns a `Hash` of all instance variable values.
# @return [Hash]

View File

@ -85,7 +85,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-retry-0.6.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec-sorbet-1.9.2/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rspec_junit_formatter-0.6.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-ast-1.33.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-ast-1.36.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-progressbar-1.13.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/unicode-display_width-2.6.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-1.68.0/lib")