From e58624ec544605e170db236930065bf77abf2dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:34:00 +0000 Subject: [PATCH] chore(deps): 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 | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 16ec106..3eced8c 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "rake", "~> 13.4" gem "rspec", "~> 3.0" gem "rubocop", "~> 1.86" -gem "rubocop-rspec", "~> 3.0", require: false +gem "rubocop-rspec", "~> 3.10", require: false gem "lefthook", "~> 2.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e44bb79..aeb74b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,7 @@ GEM ffi (1.17.4-x86_64-darwin) ffi (1.17.4-x86_64-linux-gnu) ffi (1.17.4-x86_64-linux-musl) - json (2.19.4) + json (2.19.9) language_server-protocol (3.17.0.5) lefthook (2.1.6) lint_roller (1.1.0) @@ -74,7 +74,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.86.1) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -88,9 +88,10 @@ GEM rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) - 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) sequel (5.104.0) bigdecimal @@ -133,7 +134,7 @@ DEPENDENCIES rake (~> 13.4) rspec (~> 3.0) rubocop (~> 1.86) - rubocop-rspec (~> 3.0) + rubocop-rspec (~> 3.10) BUNDLED WITH 2.5.7