diff --git a/Gemfile b/Gemfile index 5363986..aab9d98 100644 --- a/Gemfile +++ b/Gemfile @@ -8,14 +8,14 @@ group :development, :test do gem 'async-rspec', '~> 1.17', require: false gem 'bundler-audit', require: false gem 'rake', '~> 13.0' - gem 'rbs', '~> 4.0', require: false + gem 'rbs', '~> 4.1', require: false gem 'redcarpet', '~> 3.6', require: false gem 'rspec', '~> 3.13' gem 'rubocop', '~> 1.88', require: false 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..63e1fbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,23 +15,19 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.3) - async (2.39.0) + async (2.43.0) console (~> 1.29) fiber-annotation io-event (~> 1.11) - metrics (~> 0.12) - traces (~> 0.18) - async-http (0.95.1) - async (>= 2.10.2) + async-http (0.98.1) + async (>= 2.35.1) async-pool (~> 0.11) io-endpoint (~> 0.14) - io-stream (~> 0.6) - metrics (~> 0.12) - protocol-http (~> 0.62) + io-stream (~> 0.14) + protocol-http (~> 0.64) protocol-http1 (~> 0.39) protocol-http2 (~> 0.26) protocol-url (~> 0.2) - traces (~> 0.10) async-pool (0.11.2) async (>= 2.0) async-rspec (1.17.1) @@ -49,13 +45,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,30 +68,31 @@ GEM fiber-storage (1.0.1) fileutils (1.8.0) io-endpoint (0.17.2) - io-event (1.16.2) - io-stream (0.13.1) - json (2.19.9) - language_server-protocol (3.17.0.5) + io-event (1.19.3) + io-stream (0.14.0) + openssl (>= 3.3) + json (2.21.1) + language_server-protocol (3.17.0.6) lint_roller (1.1.0) listen (3.10.0) logger rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) - metrics (0.15.0) mini_portile2 (2.8.9) - opentelemetry-api (1.10.0) + openssl (4.0.2) + opentelemetry-api (1.11.0) logger parallel (2.1.0) - parser (3.3.11.1) + parser (3.3.12.0) ast (~> 2.4.1) racc prism (1.9.0) protocol-hpack (1.5.1) - protocol-http (0.62.2) + protocol-http (0.64.0) protocol-http1 (0.39.0) protocol-http (~> 0.62) - protocol-http2 (0.26.0) + protocol-http2 (0.26.2) protocol-hpack (~> 1.4) protocol-http (~> 0.62) protocol-rack (0.22.1) @@ -113,7 +109,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (4.0.3) + rbs (4.1.0) logger prism (>= 1.6.0) tsort @@ -136,7 +132,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 +143,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 +159,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.3) 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) @@ -202,13 +193,12 @@ GEM terminal-table (4.0.0) unicode-display_width (>= 1.1.1, < 4) thor (1.5.0) - traces (0.18.2) tsort (0.2.0) unicode-display_width (3.2.0) 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 @@ -228,14 +218,14 @@ DEPENDENCIES async-rspec (~> 1.17) bundler-audit rake (~> 13.0) - rbs (~> 4.0) + rbs (~> 4.1) redcarpet (~> 3.6) rspec (~> 3.13) rubocop (~> 1.88) rubocop-performance rubocop-rake rubocop-rspec - simplecov (~> 0.22) + simplecov (~> 1.0) simplecov-lcov (~> 0.8) steep (~> 2.0) yard (~> 0.9)