Skip to content

Commit

Permalink
Update dependency rubocop to v1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 124bb0e commit bb3bb26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ gem 'cocoapods', '1.15.2'
# fastlane plugins

group :development do
gem 'rubocop', '1.66.1'
gem 'rubocop', '1.69.0'
end
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ GEM
optparse (0.1.1)
os (1.1.4)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
plist (3.7.1)
Expand All @@ -254,17 +254,17 @@ GEM
retriable (3.1.2)
rexml (3.3.7)
rouge (2.0.7)
rubocop (1.66.1)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
ruby-macho (2.5.1)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -316,7 +316,7 @@ DEPENDENCIES
fastlane (= 2.216.0)
json (= 2.7.2)
netrc (= 0.11.0)
rubocop (= 1.66.1)
rubocop (= 1.69.0)
xcodeproj (= 1.25.0)

BUNDLED WITH
Expand Down

0 comments on commit bb3bb26

Please sign in to comment.