From 5671aaaf4f52a867f284040da1d8eba5f433ca28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 11:05:02 +0000 Subject: [PATCH] build(deps-dev): bump rubocop-rails from 2.36.0 to 2.37.0 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.36.0 to 2.37.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.36.0...v2.37.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.37.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d595c082361..186aa25523b 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ group :test do gem 'rubocop', '~> 1.89.0' gem 'rubocop-capybara' gem 'rubocop-factory_bot' - gem 'rubocop-rails', '~> 2.36' + gem 'rubocop-rails', '~> 2.37' gem 'rubocop-rspec', '~> 3.10' gem 'rubocop-rspec_rails' gem 'rubocop-sequel', '~> 0.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index b91c4d9dd24..687b599bfb2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,7 +209,7 @@ GEM puma (8.0.2) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.6) + rack (3.2.7) rack-protection (4.2.1) base64 (>= 0.1.0) logger (>= 1.6.0) @@ -316,11 +316,11 @@ GEM rubocop-factory_bot (2.28.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) - rubocop-rails (2.36.0) + rubocop-rails (2.37.0) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) - rubocop (>= 1.75.0, < 2.0) + rubocop (>= 1.89.0, < 2.0) rubocop-ast (>= 1.44.0, < 2.0) rubocop-rspec (3.10.2) lint_roller (~> 1.1) @@ -482,7 +482,7 @@ DEPENDENCIES rubocop (~> 1.89.0) rubocop-capybara rubocop-factory_bot - rubocop-rails (~> 2.36) + rubocop-rails (~> 2.37) rubocop-rspec (~> 3.10) rubocop-rspec_rails rubocop-sequel (~> 0.4.1)