From a14f236dd266c7b3fea016adb81101e869601a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:23:51 +0000 Subject: [PATCH] Bump rubocop-rspec from 3.9.0 to 3.10.2 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.9.0 to 3.10.2. - [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.2) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.10.2 dependency-type: direct:production 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 f6c9b17..d21f7cf 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rspec', '~> 3.0' gem 'rubocop', '~> 1.87' gem 'rubocop-rake', '~> 0.6' -gem 'rubocop-rspec', '~> 3.0' +gem 'rubocop-rspec', '~> 3.10' gem 'vcr', '~> 6.0' gem 'webmock', '~> 3.26' diff --git a/Gemfile.lock b/Gemfile.lock index 89ad4c8..01bcc3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.8) + json (2.19.9) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -94,9 +94,10 @@ GEM rubocop-rake (0.7.1) lint_roller (~> 1.1) rubocop (>= 1.72.1) - rubocop-rspec (3.9.0) + rubocop-rspec (3.10.2) lint_roller (~> 1.1) - rubocop (~> 1.81) + regexp_parser (>= 2.0) + rubocop (~> 1.86, >= 1.86.2) ruby-progressbar (1.13.0) stringio (3.2.0) tsort (0.2.0) @@ -123,6 +124,6 @@ DEPENDENCIES rspec (~> 3.0) rubocop (~> 1.87) rubocop-rake (~> 0.6) - rubocop-rspec (~> 3.0) + rubocop-rspec (~> 3.10) vcr (~> 6.0) webmock (~> 3.26)