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
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.15.2)
json (2.18.1)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
Expand All @@ -42,7 +42,7 @@ GEM
ruby-progressbar
netrc (0.11.0)
parallel (1.27.0)
parser (3.3.10.0)
parser (3.3.10.1)
ast (~> 2.4.1)
racc
pp (0.6.3)
Expand Down Expand Up @@ -71,34 +71,34 @@ GEM
io-console (~> 0.5)
require-hooks (0.2.2)
rexml (3.4.4)
rubocop (1.81.7)
rubocop (1.84.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.47.1)
rubocop-ast (1.49.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
prism (~> 1.7)
rubocop-shopify (2.18.0)
rubocop (~> 1.62)
rubocop-sorbet (0.11.0)
rubocop-sorbet (0.12.0)
lint_roller
rubocop (>= 1.75.2)
ruby-progressbar (1.13.0)
sorbet (0.6.12908)
sorbet-static (= 0.6.12908)
sorbet-runtime (0.6.12908)
sorbet-static (0.6.12908-universal-darwin)
sorbet-static (0.6.12908-x86_64-linux)
sorbet-static-and-runtime (0.6.12908)
sorbet (= 0.6.12908)
sorbet-runtime (= 0.6.12908)
sorbet (0.6.12942)
sorbet-static (= 0.6.12942)
sorbet-runtime (0.6.12942)
sorbet-static (0.6.12942-universal-darwin)
sorbet-static (0.6.12942-x86_64-linux)
sorbet-static-and-runtime (0.6.12942)
sorbet (= 0.6.12942)
sorbet-runtime (= 0.6.12942)
stringio (3.2.0)
tapioca (0.17.10)
benchmark
Expand Down
2 changes: 1 addition & 1 deletion lib/spoom/cli/srb/metrics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def show(*paths)
.select { |key, _value| key.start_with?("rbs_") }
.sort_by { |_key, value| -value }
.each do |key, value|
say(" * #{key}: `#{value}`")
say(" * #{key}: `#{value}`")
end
end
end
Expand Down