From c0facd275d5db297b4db73d5bec2db29b8c173fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:44:50 +0000 Subject: [PATCH] Bump rubocop from 1.62.1 to 1.71.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.71.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.62.1...v1.71.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 29 +++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 7827bf3..d920e06 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ group :development, :test do gem 'ffaker' gem 'parser', '~> 3.3.0' gem 'rspec-rails', '~> 6.1' - gem 'rubocop', '~> 1.62' + gem 'rubocop', '~> 1.71' gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 382da93..bece34d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,14 +126,14 @@ GEM jquery-turbolinks (2.1.0) railties (>= 3.1.0) turbolinks - json (2.7.1) + json (2.9.1) json_schemer (0.2.25) ecma-re-validator (~> 0.3) hana (~> 1.3) regexp_parser (~> 2.0) simpleidn (~> 0.2) uri_template (~> 0.7) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -167,8 +167,8 @@ GEM paper_trail (11.1.0) activerecord (>= 5.2) request_store (~> 1.1) - parallel (1.24.0) - parser (3.3.0.5) + parallel (1.26.3) + parser (3.3.7.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -225,7 +225,7 @@ GEM rake (13.1.0) ranked-model (0.4.9) activerecord (>= 5.2) - regexp_parser (2.9.0) + regexp_parser (2.10.0) request_store (1.5.0) rack (>= 1.4) responders (3.1.1) @@ -249,19 +249,18 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.62.1) + rubocop (1.71.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.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.37.0) + parser (>= 3.3.1.0) rubocop-rails (2.24.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -310,7 +309,9 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.5.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri_template (0.7.0) versionomy (0.5.0) blockenspiel (~> 0.5) @@ -355,7 +356,7 @@ DEPENDENCIES ranked-model rexml (~> 3.3) rspec-rails (~> 6.1) - rubocop (~> 1.62) + rubocop (~> 1.71) rubocop-rails sass-rails (~> 5.1) sentry-rails