diff --git a/Gemfile b/Gemfile index 5363986..86224ef 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 217e227..57e87fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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 @@ -85,7 +84,7 @@ 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) @@ -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) @@ -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) @@ -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.0) 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) @@ -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)