diff --git a/Gemfile.lock b/Gemfile.lock index 641dce16..154ea889 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,6 +16,7 @@ GEM json (2.6.3) language_server-protocol (3.17.0.3) lint_roller (1.1.0) + logger (1.6.0) m (1.6.2) method_source (>= 0.6.7) rake (>= 0.9.2.2) @@ -26,10 +27,12 @@ GEM parser (3.3.0.5) ast (~> 2.4.1) racc - prism (0.27.0) + prism (0.30.0) racc (1.7.1) rainbow (3.1.1) rake (13.0.6) + rbs (3.5.2) + logger regexp_parser (2.8.2) rexml (3.2.6) rubocop (1.64.1) @@ -48,9 +51,10 @@ GEM rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - ruby-lsp (0.16.6) + ruby-lsp (0.17.7) language_server-protocol (~> 3.17.0) - prism (>= 0.23.0, < 0.28) + prism (>= 0.29.0, < 0.31) + rbs (>= 3, < 4) sorbet-runtime (>= 0.5.10782) ruby-progressbar (1.13.0) simplecov (0.22.0) @@ -59,7 +63,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - sorbet-runtime (0.5.11385) + sorbet-runtime (0.5.11481) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) diff --git a/test/ruby_lsp_addon_test.rb b/test/ruby_lsp_addon_test.rb index 93b61f4c..8c405a82 100644 --- a/test/ruby_lsp_addon_test.rb +++ b/test/ruby_lsp_addon_test.rb @@ -9,6 +9,8 @@ require "ruby_lsp/utils" require "ruby_lsp/store" require "ruby_lsp/document" +require "ruby_lsp/erb_document" +require "ruby_lsp/type_inferrer" require "ruby_lsp/global_state" require "core_ext/uri" require "ruby_indexer/ruby_indexer"