From d5d1872313b10855966a38f7da58d6b400990735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:04:36 +0000 Subject: [PATCH 1/2] Build(deps-dev): Bump rubocop from 1.84.0 to 1.84.1 in /spec Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.0 to 1.84.1. - [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.84.0...v1.84.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spec/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index a0151b1658..6e6d1576fe 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -5,14 +5,14 @@ GEM bosh-template (2.4.0) semi_semantic (~> 1.2.0) diff-lcs (1.6.2) - json (2.18.0) + json (2.18.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) parallel (1.27.0) parser (3.3.10.1) ast (~> 2.4.1) racc - prism (1.8.0) + prism (1.9.0) racc (1.8.1) rainbow (3.1.1) regexp_parser (2.11.3) @@ -29,7 +29,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.84.0) + rubocop (1.84.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) From ffbf0a62a3462bfc6103644fb7d9ae7395ef3bc6 Mon Sep 17 00:00:00 2001 From: Philipp Thun Date: Wed, 4 Feb 2026 10:36:00 +0100 Subject: [PATCH 2/2] Correct Rubocop offenses --- spec/blobstore_benchmark/blobstore_benchmark_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/blobstore_benchmark/blobstore_benchmark_spec.rb b/spec/blobstore_benchmark/blobstore_benchmark_spec.rb index 9a623bb102..99c2dc29cf 100644 --- a/spec/blobstore_benchmark/blobstore_benchmark_spec.rb +++ b/spec/blobstore_benchmark/blobstore_benchmark_spec.rb @@ -1,4 +1,3 @@ -# rubocop:disable Metrics/BlockLength # frozen_string_literal: true require 'rspec' @@ -182,5 +181,4 @@ module Test end end end -# rubocop:enable Metrics/BlockLength # rubocop:enable Metrics/ModuleLength