From 645ced227f187cb05b660ece2ef04dceeb5bb74e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:07:29 +0000 Subject: [PATCH] build(deps-dev): bump rubocop-rails from 2.34.3 to 2.35.5 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.34.3 to 2.35.5. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.34.3...v2.35.5) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.35.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 99129f60138..f444728d025 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ group :test do gem 'rubocop', '~> 1.88.1' gem 'rubocop-capybara' gem 'rubocop-factory_bot' - gem 'rubocop-rails', '~> 2.34' + gem 'rubocop-rails', '~> 2.35' gem 'rubocop-rspec', '~> 3.10' gem 'rubocop-rspec_rails' gem 'rubocop-sequel', '~> 0.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index cb8b1a36b25..14067c6506d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,6 @@ GEM diff-lcs (1.6.2) digest-xxhash (0.2.9) docile (1.1.5) - domain_name (0.6.20240107) drb (2.2.3) erb (6.0.4) erubi (1.13.1) @@ -180,8 +179,6 @@ GEM googleapis-common-protos-types (~> 1.0) hashdiff (1.2.1) highline (3.0.1) - http-cookie (1.1.6) - domain_name (~> 0.5) httpclient (2.9.0) mutex_m i18n (1.15.2) @@ -204,7 +201,7 @@ GEM rexml (>= 3.4.4) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - language_server-protocol (3.17.0.5) + language_server-protocol (3.17.0.6) lint_roller (1.1.0) listen (3.10.0) logger @@ -391,7 +388,7 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.1) + rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-capybara (3.0.0) @@ -400,7 +397,7 @@ GEM rubocop-factory_bot (2.28.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) - rubocop-rails (2.34.3) + rubocop-rails (2.35.5) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) @@ -584,7 +581,7 @@ DEPENDENCIES rubocop (~> 1.88.1) rubocop-capybara rubocop-factory_bot - rubocop-rails (~> 2.34) + rubocop-rails (~> 2.35) rubocop-rspec (~> 3.10) rubocop-rspec_rails rubocop-sequel (~> 0.4.1)