From 3f680db7370fcab5950f8c51d4859baf177c88af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 07:56:35 +0000 Subject: [PATCH] build(deps-dev): bump rubocop from 1.75.8 to 1.77.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.8 to 1.77.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.75.8...v1.77.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.77.0 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 8c205df1ffd..27da70ef00d 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :test do gem 'rspec-its' gem 'rspec-rails', '~> 8.0.1' gem 'rspec-wait' - gem 'rubocop', '~> 1.75.8' + gem 'rubocop', '~> 1.77.0' gem 'rubocop-capybara' gem 'rubocop-factory_bot' gem 'rubocop-rails', '~> 2.32' diff --git a/Gemfile.lock b/Gemfile.lock index 3273f333d7f..e7e7c3490ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -477,7 +477,7 @@ GEM activesupport (>= 3.0.0) mustache (~> 1.0, >= 0.99.4) rspec (~> 3.0) - rubocop (1.75.8) + rubocop (1.77.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -485,7 +485,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) @@ -682,7 +682,7 @@ DEPENDENCIES rspec-rails (~> 8.0.1) rspec-wait rspec_api_documentation (>= 6.1.0) - rubocop (~> 1.75.8) + rubocop (~> 1.77.0) rubocop-capybara rubocop-factory_bot rubocop-rails (~> 2.32)