Skip to content
Closed
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :development, :test do
gem 'rubocop-performance', require: false
gem 'rubocop-rake', require: false
gem 'rubocop-rspec', require: false
gem 'simplecov', '~> 0.22', require: false
gem 'simplecov', '~> 1.0', require: false
gem 'simplecov-lcov', '~> 0.8', require: false
gem 'steep', '~> 2.0', require: false
gem 'yard', '~> 0.9', require: false
Expand Down
30 changes: 12 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.3)
async (2.39.0)
async (2.42.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.11)
Expand Down Expand Up @@ -49,13 +49,12 @@ GEM
bundler (>= 1.2.0)
thor (~> 1.0)
concurrent-ruby (1.3.6)
console (1.36.0)
console (1.37.0)
fiber-annotation
fiber-local (~> 1.1)
json
csv (3.3.5)
diff-lcs (1.6.2)
docile (1.4.1)
ffi (1.17.4)
ffi (1.17.4-aarch64-linux-gnu)
ffi (1.17.4-aarch64-linux-musl)
Expand All @@ -73,10 +72,10 @@ GEM
fiber-storage (1.0.1)
fileutils (1.8.0)
io-endpoint (0.17.2)
io-event (1.16.2)
io-event (1.19.2)
io-stream (0.13.1)
json (2.19.9)
language_server-protocol (3.17.0.5)
json (2.21.1)
language_server-protocol (3.17.0.6)
lint_roller (1.1.0)
listen (3.10.0)
logger
Expand All @@ -85,10 +84,10 @@ GEM
logger (1.7.0)
metrics (0.15.0)
mini_portile2 (2.8.9)
opentelemetry-api (1.10.0)
opentelemetry-api (1.10.1)
logger
parallel (2.1.0)
parser (3.3.11.1)
parser (3.3.12.0)
ast (~> 2.4.1)
racc
prism (1.9.0)
Expand Down Expand Up @@ -136,7 +135,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
rubocop (1.88.0)
rubocop (1.88.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -147,7 +146,7 @@ GEM
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.1)
rubocop-ast (1.50.0)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-performance (1.26.1)
Expand All @@ -163,13 +162,8 @@ GEM
rubocop (~> 1.86, >= 1.86.2)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.2)
simplecov (1.0.2)
simplecov-lcov (0.9.0)
simplecov_json_formatter (0.1.4)
sqlite3 (2.9.5)
mini_portile2 (~> 2.8.0)
sqlite3 (2.9.5-aarch64-linux-gnu)
Expand Down Expand Up @@ -208,7 +202,7 @@ GEM
unicode-emoji (~> 4.1)
unicode-emoji (4.2.0)
uri (1.1.1)
yard (0.9.44)
yard (0.9.45)

PLATFORMS
aarch64-linux-gnu
Expand All @@ -235,7 +229,7 @@ DEPENDENCIES
rubocop-performance
rubocop-rake
rubocop-rspec
simplecov (~> 0.22)
simplecov (~> 1.0)
simplecov-lcov (~> 0.8)
steep (~> 2.0)
yard (~> 0.9)
Expand Down
Loading