From 75793460a4f44ee71905470d503ae61efb5adfa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:04:44 +0000 Subject: [PATCH] build(deps-dev): bump rubocop-rspec from 3.9.0 to 3.10.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 12ad42e040..21bdf01956 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ group :test do gem 'rubocop-capybara' gem 'rubocop-factory_bot' gem 'rubocop-rails', '~> 2.34' - gem 'rubocop-rspec', '~> 3.9' + gem 'rubocop-rspec', '~> 3.10' gem 'rubocop-rspec_rails' gem 'rubocop-sequel', '~> 0.4.1' gem 'timecop' diff --git a/Gemfile.lock b/Gemfile.lock index 52fbdeb752..8e1c948db4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -265,7 +265,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) jaro_winkler (1.7.0) - json (2.19.7) + json (2.19.8) json-diff (0.4.1) json-schema (6.2.0) addressable (~> 2.8) @@ -489,9 +489,10 @@ GEM rack (>= 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.44.0, < 2.0) - rubocop-rspec (3.9.0) + rubocop-rspec (3.10.0) lint_roller (~> 1.1) - rubocop (~> 1.81) + regexp_parser (>= 2.0) + rubocop (~> 1.86, >= 1.86.2) rubocop-rspec_rails (2.32.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) @@ -668,7 +669,7 @@ DEPENDENCIES rubocop-capybara rubocop-factory_bot rubocop-rails (~> 2.34) - rubocop-rspec (~> 3.9) + rubocop-rspec (~> 3.10) rubocop-rspec_rails rubocop-sequel (~> 0.4.1) ruby-lsp-rspec