diff --git a/Gemfile b/Gemfile index 095664ffa..9c08849cc 100644 --- a/Gemfile +++ b/Gemfile @@ -11,12 +11,12 @@ gem "rspec" gem "rubocop" gem "rubocop-rubycw" gem "rubocop-on-rbs" -gem "json" +gem "json", "~> 2.10.2" gem "json-schema" gem "goodcheck" gem 'digest' gem 'tempfile' -gem "rdoc" +gem "rdoc", "~> 6.11.0" gem "fileutils" gem "raap" gem "activesupport", "~> 7.0" diff --git a/Gemfile.lock b/Gemfile.lock index c14df1b11..f80bff45e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,19 +27,19 @@ GEM tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - ast (2.4.2) + ast (2.4.3) base64 (0.2.0) benchmark (0.4.0) benchmark-ips (2.14.0) bigdecimal (3.1.9) concurrent-ruby (1.3.5) - connection_pool (2.5.0) - csv (3.3.2) + connection_pool (2.5.3) + csv (3.3.4) dbm (1.1.0) - diff-lcs (1.6.0) + diff-lcs (1.6.1) digest (3.2.0) drb (2.2.1) - ffi (1.17.1) + ffi (1.17.2) fileutils (1.7.3) goodcheck (3.1.0) marcel (>= 1.0, < 2.0) @@ -57,7 +57,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.6) + logger (1.7.0) marcel (1.0.4) memory_profiler (1.1.0) mini_portile2 (2.8.8) @@ -68,27 +68,28 @@ GEM net-smtp (0.5.1) net-protocol nkf (0.2.0) - nokogiri (1.18.4) + nokogiri (1.18.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) ostruct (0.6.1) - parallel (1.26.3) - parser (3.3.7.1) + parallel (1.27.0) + parser (3.3.8.0) ast (~> 2.4.1) racc pathname (0.4.0) power_assert (2.0.5) + prism (1.4.0) pstore (0.2.0) psych (4.0.6) stringio - public_suffix (6.0.1) + public_suffix (6.0.2) raap (1.2.0) rbs (~> 3.0) timeout (~> 0.4) racc (1.8.1) rainbow (3.1.1) rake (13.2.1) - rake-compiler (1.2.9) + rake-compiler (1.3.0) rake rb-fsevent (0.11.2) rb-inotify (0.11.1) @@ -102,14 +103,14 @@ GEM rspec-mocks (~> 3.13.0) rspec-core (3.13.3) rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) + rspec-expectations (3.13.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.2) + rspec-mocks (3.13.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.2) - rubocop (1.74.0) + rspec-support (3.13.3) + rubocop (1.75.5) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -117,14 +118,16 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.38.0, < 2.0) + rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.1) - parser (>= 3.3.1.0) - rubocop-on-rbs (1.4.2) + rubocop-ast (1.44.1) + parser (>= 3.3.7.2) + prism (~> 1.4) + rubocop-on-rbs (1.6.0) + lint_roller (~> 1.1) rbs (~> 3.5) - rubocop (~> 1.61) + rubocop (>= 1.72.1, < 2.0) zlib rubocop-rubycw (0.2.2) lint_roller (~> 1.1) @@ -134,34 +137,37 @@ GEM nokogiri securerandom (0.4.1) stackprof (0.2.27) - steep (1.9.4) + steep (1.10.0) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) fileutils (>= 1.1.0) json (>= 2.1.0) - language_server-protocol (>= 3.15, < 4.0) + language_server-protocol (>= 3.17.0.4, < 4.0) listen (~> 3.0) logger (>= 1.3.0) + mutex_m (>= 0.3.0) parser (>= 3.1) rainbow (>= 2.2.2, < 4.0) - rbs (~> 3.8) + rbs (~> 3.9) securerandom (>= 0.1) strscan (>= 1.0.0) - terminal-table (>= 2, < 4) + terminal-table (>= 2, < 5) uri (>= 0.12.0) - stringio (3.1.5) + stringio (3.1.7) strong_json (2.1.2) - strscan (3.1.2) + strscan (3.1.5) tempfile (0.3.1) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) - test-unit (3.6.7) + terminal-table (4.0.0) + unicode-display_width (>= 1.1.1, < 4) + test-unit (3.6.8) power_assert timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri (1.0.3) zlib (3.2.1) @@ -179,7 +185,7 @@ DEPENDENCIES digest fileutils goodcheck - json + json (~> 2.10.2) json-schema memory_profiler minitest @@ -194,7 +200,7 @@ DEPENDENCIES rake-compiler rbs! rbs-amber! - rdoc + rdoc (~> 6.11.0) rspec rubocop rubocop-on-rbs diff --git a/steep/Gemfile.lock b/steep/Gemfile.lock index ee0fcae8a..4ca31fc47 100644 --- a/steep/Gemfile.lock +++ b/steep/Gemfile.lock @@ -14,27 +14,27 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - ast (2.4.2) + ast (2.4.3) base64 (0.2.0) benchmark (0.4.0) bigdecimal (3.1.9) concurrent-ruby (1.3.5) - connection_pool (2.5.0) - csv (3.3.2) + connection_pool (2.5.3) + csv (3.3.4) drb (2.2.1) - ffi (1.17.1) + ffi (1.17.2) fileutils (1.7.3) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.10.2) + json (2.11.3) language_server-protocol (3.17.0.4) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.6) + logger (1.7.0) minitest (5.25.5) mutex_m (0.3.0) - parser (3.3.7.1) + parser (3.3.8.0) ast (~> 2.4.1) racc racc (1.8.1) @@ -42,10 +42,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.9.0.pre.2) + rbs (3.9.2) logger securerandom (0.4.1) - steep (1.10.0.pre.3) + steep (1.10.0) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) @@ -57,12 +57,12 @@ GEM mutex_m (>= 0.3.0) parser (>= 3.1) rainbow (>= 2.2.2, < 4.0) - rbs (~> 3.9.pre) + rbs (~> 3.9) securerandom (>= 0.1) strscan (>= 1.0.0) terminal-table (>= 2, < 5) uri (>= 0.12.0) - strscan (3.1.2) + strscan (3.1.5) terminal-table (4.0.0) unicode-display_width (>= 1.1.1, < 4) tzinfo (2.0.6) diff --git a/test/stdlib/global_variables_test.rb b/test/stdlib/global_variables_test.rb index 4b06824e4..da06ec531 100644 --- a/test/stdlib/global_variables_test.rb +++ b/test/stdlib/global_variables_test.rb @@ -262,7 +262,7 @@ def test_gvar_LOAD_PATH(gvar: :$LOAD_PATH) # is a singleton method), we can't use `assert_send_type` and must use `assert_type`. loadpath = eval(gvar.to_s) - with_path 'set' do |path| + with_path 'erb' do |path| assert_type '[:rb | :so, String]', loadpath.resolve_feature_path(path) end