From 1f3ae9b54e97eeeb3aa870ab211960ea2e2364b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:06:58 +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 | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a49737c..7145c1f 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rspec', '~> 3.0' gem 'rubocop', '~> 1.88' 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 46ef5f9..b52f9b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.88) rubocop-rake (~> 0.6) - rubocop-rspec (~> 3.0) + rubocop-rspec (~> 3.10) vcr (~> 6.0) webmock (~> 3.26)