Skip to content

Commit

Permalink
Merge pull request #7176 from StoDevX/renovate/rubocop-1.x
Browse files Browse the repository at this point in the history
Update dependency rubocop to v1.66.1
  • Loading branch information
hawkrives authored Sep 8, 2024
2 parents f04eb27 + fdfc93f commit 2c38bb1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 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.56.2'
gem 'rubocop', '1.66.1'
end
28 changes: 13 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.1.1)
base64 (0.2.0)
bigdecimal (3.1.6)
claide (1.1.0)
cocoapods (1.15.2)
Expand Down Expand Up @@ -233,37 +233,35 @@ GEM
nkf (0.2.0)
optparse (0.1.1)
os (1.1.4)
parallel (1.23.0)
parser (3.2.2.3)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
plist (3.7.1)
public_suffix (4.0.7)
racc (1.7.1)
racc (1.8.1)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.1)
regexp_parser (2.9.2)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.3.7)
rouge (2.0.7)
rubocop (1.56.2)
base64 (~> 0.1.1)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
ruby-macho (2.5.1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand All @@ -290,7 +288,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
word_wrap (1.0.0)
xcodeproj (1.25.0)
CFPropertyList (>= 2.3.3, < 4.0)
Expand All @@ -313,7 +311,7 @@ DEPENDENCIES
fastlane (= 2.216.0)
json (= 2.7.2)
netrc (= 0.11.0)
rubocop (= 1.56.2)
rubocop (= 1.66.1)
xcodeproj (= 1.25.0)

BUNDLED WITH
Expand Down

0 comments on commit 2c38bb1

Please sign in to comment.