From d494cbd9a80c8d56fa46675052c2ba6ebd0ac602 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 05:07:42 +0000 Subject: [PATCH] chore(deps): update dependency rubocop to v1.67.0 --- Gemfile | 2 +- Gemfile.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 7e40d2c8e..5099083c9 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,7 @@ group :development do gem 'letter_opener' gem 'rails-erd' gem 'rdoc' - gem 'rubocop', '1.62.0', require: false + gem 'rubocop', '1.67.0', require: false gem 'rubocop-graphql', '1.5.4', require: false gem 'rubocop-minitest', '0.35.1', require: false gem 'rubocop-performance', '1.22.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index b9a03c26c..fb4c81423 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,7 +228,7 @@ GEM thor (>= 0.14, < 2.0) jsbundling-rails (1.0.2) railties (>= 6.0.0) - json (2.7.2) + json (2.7.4) json-canonicalization (0.3.0) json-ld (3.2.3) htmlentities (~> 4.3) @@ -384,19 +384,18 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.3.7) - rubocop (1.62.0) + rexml (3.3.9) + rubocop (1.67.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 (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.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.32.3) + rubocop-ast (1.33.0) parser (>= 3.3.1.0) rubocop-graphql (1.5.4) rubocop (>= 1.50, < 2) @@ -555,7 +554,7 @@ DEPENDENCIES rails-controller-testing rails-erd rdoc - rubocop (= 1.62.0) + rubocop (= 1.67.0) rubocop-graphql (= 1.5.4) rubocop-minitest (= 0.35.1) rubocop-performance (= 1.22.1)