Skip to content

Commit

Permalink
Merge pull request #643 from andyw8/andyw8/update-ruby-lsp-version
Browse files Browse the repository at this point in the history
Update Ruby LSP version
  • Loading branch information
searls authored Jul 17, 2024
2 parents edc75ca + 6ade0bc commit d4367e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions test/ruby_lsp_addon_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d4367e0

Please sign in to comment.