From 1cbbf20125cd6c9e8ab20d58f2bf6d5a4d5e64f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 11:04:19 +0000 Subject: [PATCH] build(deps-dev): bump rubocop-rails from 2.37.0 to 2.38.0 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.37.0 to 2.38.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.37.0...v2.38.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.38.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index b6a29ee2072..1cc52acffa3 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ group :test do gem 'rubocop', '~> 1.91.0' gem 'rubocop-capybara' gem 'rubocop-factory_bot' - gem 'rubocop-rails', '~> 2.37' + gem 'rubocop-rails', '~> 2.38' gem 'rubocop-rspec', '~> 3.10' gem 'rubocop-rspec_rails' gem 'rubocop-sequel', '~> 0.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index 9f1ea817acc..ff5470dfba0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -255,7 +255,7 @@ GEM redis-client (>= 0.22.0) redis-client (0.30.1) connection_pool - regexp_parser (2.12.0) + regexp_parser (2.13.0) reline (0.7.0) io-console (~> 0.5) reverse_markdown (3.0.2) @@ -317,7 +317,7 @@ GEM rubocop-factory_bot (2.28.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) - rubocop-rails (2.37.0) + rubocop-rails (2.38.0) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) @@ -413,9 +413,9 @@ GEM tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.2.0) - unicode-emoji (~> 4.1) - unicode-emoji (4.2.0) + unicode-display_width (3.3.0) + unicode-emoji (~> 4.3) + unicode-emoji (4.3.0) uri (1.1.1) useragent (0.16.11) webmock (3.26.4) @@ -484,7 +484,7 @@ DEPENDENCIES rubocop (~> 1.91.0) rubocop-capybara rubocop-factory_bot - rubocop-rails (~> 2.37) + rubocop-rails (~> 2.38) rubocop-rspec (~> 3.10) rubocop-rspec_rails rubocop-sequel (~> 0.4.1)