Skip to content

Commit

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

build(deps-dev): bump rubocop-ast from 1.33.0 to 1.36.1 in /Library/Homebrew
  • Loading branch information
dduugg authored Nov 15, 2024
2 parents 286dc29 + e535699 commit 640d52c
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 313 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions Library/Homebrew/livecheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,10 @@ def url(url = T.unsafe(nil))

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]
Expand Down
Loading

0 comments on commit 640d52c

Please sign in to comment.