From 7f58157825855fd7437e7e6b96e836c766908feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:05:24 +0000 Subject: [PATCH] build(deps-dev): bump rubocop-rails from 2.34.3 to 2.36.0 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.34.3 to 2.36.0. - [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.36.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.36.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 fd754a7fc47..6063320a237 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,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.36' gem 'rubocop-rspec', '~> 3.10' gem 'rubocop-rspec_rails' gem 'rubocop-sequel', '~> 0.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index b375794c558..91e31fabb53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,7 +145,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) jaro_winkler (1.7.0) - json (2.20.0) + json (2.21.1) json-diff (0.4.1) json-schema (6.2.0) addressable (~> 2.8) @@ -342,7 +342,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.36.0) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) @@ -519,7 +519,7 @@ DEPENDENCIES rubocop (~> 1.88.1) rubocop-capybara rubocop-factory_bot - rubocop-rails (~> 2.34) + rubocop-rails (~> 2.36) rubocop-rspec (~> 3.10) rubocop-rspec_rails rubocop-sequel (~> 0.4.1)