From 59098487e8b48406273595251029b5819549ea92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:42:33 +0000 Subject: [PATCH] Bump rubocop from 1.86.0 to 1.86.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.86.0 to 1.86.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.86.0...v1.86.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 7a2d360..9043ff5 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'sinatra-contrib', '~> 4.1' group :development do gem 'overcommit', '~> 0.69.0' - gem 'rubocop', '~> 1.86.0' + gem 'rubocop', '~> 1.86.2' gem 'rubocop-rspec', '~> 3.9' end diff --git a/Gemfile.lock b/Gemfile.lock index 425f81d..254f6a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM hashdiff (1.2.1) iniparse (1.5.0) io-console (0.8.2) - json (2.19.2) + json (2.19.5) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -34,8 +34,8 @@ GEM childprocess (>= 0.6.3, < 6) iniparse (~> 1.4) rexml (>= 3.3.9) - parallel (1.27.0) - parser (3.3.10.2) + parallel (2.1.0) + parser (3.3.11.1) ast (~> 2.4.1) racc prism (1.9.0) @@ -58,7 +58,7 @@ GEM rack-test (2.2.0) rack (>= 1.3) rainbow (3.1.1) - regexp_parser (2.11.3) + regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) @@ -77,11 +77,11 @@ GEM rspec-support (3.13.6) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.86.0) + rubocop (1.86.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) @@ -140,7 +140,7 @@ DEPENDENCIES rack-test (~> 2.2) rspec (~> 3.13) rspec_junit_formatter - rubocop (~> 1.86.0) + rubocop (~> 1.86.2) rubocop-rspec (~> 3.9) ruby-saml (~> 1.18) simplecov (~> 0.22.0)