From bf180a47dee16ab2b32b8af784bb704a63baa3e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:38:18 +0000 Subject: [PATCH] build(deps-dev): bump rubocop from 1.75.8 to 1.76.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.8 to 1.76.2. - [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.75.8...v1.76.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.76.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5bccabfb474..8e1bd650648 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :test do gem 'rspec-its' gem 'rspec-rails', '~> 8.0.0' gem 'rspec-wait' - gem 'rubocop', '~> 1.75.8' + gem 'rubocop', '~> 1.76.2' gem 'rubocop-capybara' gem 'rubocop-factory_bot' gem 'rubocop-rails', '~> 2.32' diff --git a/Gemfile.lock b/Gemfile.lock index dd1a811ef55..beff6ba9411 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -475,7 +475,7 @@ GEM activesupport (>= 3.0.0) mustache (~> 1.0, >= 0.99.4) rspec (~> 3.0) - rubocop (1.75.8) + rubocop (1.76.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -483,7 +483,7 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.44.0, < 2.0) + rubocop-ast (>= 1.45.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.45.1) @@ -678,7 +678,7 @@ DEPENDENCIES rspec-rails (~> 8.0.0) rspec-wait rspec_api_documentation (>= 6.1.0) - rubocop (~> 1.75.8) + rubocop (~> 1.76.2) rubocop-capybara rubocop-factory_bot rubocop-rails (~> 2.32)