From fdfc93fe3e919f75935527d5a7673b1763af25cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 17:46:41 +0000 Subject: [PATCH] Update dependency rubocop to v1.66.1 --- Gemfile | 2 +- Gemfile.lock | 28 +++++++++++++--------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 6928b88df2..f4e33e339a 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index e9be23c6ec..ffe1c21dd4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -233,16 +233,16 @@ 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) @@ -250,20 +250,18 @@ GEM 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) @@ -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) @@ -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