From f3d9c6fb36b521899c27bb40b3582f6763eee6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 13:30:13 +0000 Subject: [PATCH] Bump rubocop from 1.74.0 to 1.75.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.74.0 to 1.75.1. - [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.74.0...v1.75.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 7ecdfec55..1358d74b7 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'rake', '~> 13.2' gem 'activerecord', '~> 7.2' gem 'otr-activerecord', '~> 2.5.0' gem 'sqlite3', '~> 2.6' -gem 'rubocop', '~> 1.74.0', require: false +gem 'rubocop', '~> 1.75.1', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index cb030c18a..2f4a47e05 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,7 +24,7 @@ GEM ansi (1.5.0) archive-zip (0.12.0) io-like (~> 0.3.0) - ast (2.4.2) + ast (2.4.3) async (1.32.1) console (~> 1.10) nio4r (~> 2.3) @@ -117,13 +117,14 @@ GEM activerecord (>= 6.0, < 8.1) parallel (1.26.3) parseconfig (1.1.2) - parser (3.3.7.1) + parser (3.3.7.3) ast (~> 2.4.1) racc power_assert (2.0.5) pp (0.6.2) prettyprint prettyprint (0.2.0) + prism (1.4.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -172,7 +173,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.2) - rubocop (1.74.0) + rubocop (1.75.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -180,11 +181,12 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.38.0, < 2.0) + rubocop-ast (>= 1.43.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.1) - parser (>= 3.3.1.0) + rubocop-ast (1.43.0) + parser (>= 3.3.7.2) + prism (~> 1.4) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) rubyzip (2.4.1) @@ -286,7 +288,7 @@ DEPENDENCIES rdoc (~> 6.12) rest-client (~> 2.1.0) rspec (~> 3.13) - rubocop (~> 1.74.0) + rubocop (~> 1.75.1) rubyzip (~> 2.4) rushover (~> 0.3.0) selenium-webdriver (~> 4.29)