From 73b5c4ae2e885bae9831ddcf45d680db5c9a33dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 11:15:45 +0000 Subject: [PATCH] build(deps-dev): bump rubocop from 1.75.3 to 1.75.4 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.3 to 1.75.4. - [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.3...v1.75.4) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7f1e2bf8492..a3e9857b1bb 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ group :test do gem 'rspec-its' gem 'rspec-rails', '~> 7.1.1' gem 'rspec-wait' - gem 'rubocop', '~> 1.75.3' + gem 'rubocop', '~> 1.75.4' gem 'rubocop-capybara' gem 'rubocop-factory_bot' gem 'rubocop-rails', '~> 2.31' diff --git a/Gemfile.lock b/Gemfile.lock index 18a27949e65..307134ce4f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -469,7 +469,7 @@ GEM activesupport (>= 3.0.0) mustache (~> 1.0, >= 0.99.4) rspec (~> 3.0) - rubocop (1.75.3) + rubocop (1.75.4) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -671,7 +671,7 @@ DEPENDENCIES rspec-rails (~> 7.1.1) rspec-wait rspec_api_documentation (>= 6.1.0) - rubocop (~> 1.75.3) + rubocop (~> 1.75.4) rubocop-capybara rubocop-factory_bot rubocop-rails (~> 2.31)