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) 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