Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions spec/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions spec/blobstore_benchmark/blobstore_benchmark_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# rubocop:disable Metrics/BlockLength
# frozen_string_literal: true

require 'rspec'
Expand Down Expand Up @@ -182,5 +181,4 @@ module Test
end
end
end
# rubocop:enable Metrics/BlockLength
# rubocop:enable Metrics/ModuleLength