Skip to content

Commit 815d9a6

Browse files
committed
Temporary for /Gemfile-rails-main
1 parent a1ee119 commit 815d9a6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gemfiles/Gemfile-rails-main

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
2525
gem "tzinfo"
2626
gem "tzinfo-data"
2727
end
28+
29+
gem "ruby-lsp", github: "Shopify/ruby-lsp"

lib/ruby_lsp/ruby_lsp_rails/addon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def create_code_lens_listener(response_builder, uri, dispatcher)
5959
sig do
6060
override.params(
6161
response_builder: ResponseBuilders::Hover,
62-
node_context: NodeContext,
62+
node_context: RubyLsp::NodeContext,
6363
dispatcher: Prism::Dispatcher,
6464
).void
6565
end

0 commit comments

Comments
 (0)