From 12488a5dab8025198abb41c8aef899ea70f483ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 22:11:30 +0000 Subject: [PATCH] Bump rubocop from 1.74.0 to 1.75.3 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.74.0 to 1.75.3. - [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.3) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.3 dependency-type: direct:development 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 f2cc61a6..eab02166 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ group :development do end group :rubocop do - gem 'rubocop', '~> 1.74.0', require: false + gem 'rubocop', '~> 1.75.3', require: false gem 'rubocop-capybara', require: false gem 'rubocop-factory_bot', require: false gem 'rubocop-performance', require: false diff --git a/Gemfile.lock b/Gemfile.lock index bf361d66..074ef1ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) aes_key_wrap (1.1.0) - ast (2.4.2) + ast (2.4.3) base64 (0.2.0) bcrypt (3.1.20) benchmark (0.4.0) @@ -292,13 +292,14 @@ GEM orm_adapter (0.5.0) os (1.1.4) parallel (1.26.3) - parser (3.3.7.1) + parser (3.3.8.0) ast (~> 2.4.1) racc pg (1.5.9) pp (0.6.2) prettyprint prettyprint (0.2.0) + prism (1.4.0) pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) @@ -405,7 +406,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.2) - rubocop (1.74.0) + rubocop (1.75.3) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -413,11 +414,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.44.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.39.0) - parser (>= 3.3.1.0) + rubocop-ast (1.44.1) + parser (>= 3.3.7.2) + prism (~> 1.4) rubocop-capybara (2.22.1) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) @@ -545,7 +547,7 @@ DEPENDENCIES rspec rspec-prof rspec-rails (~> 7.1.1) - rubocop (~> 1.74.0) + rubocop (~> 1.75.3) rubocop-capybara rubocop-factory_bot rubocop-performance