Skip to content

Commit abfd255

Browse files
committed
Bump Ruby LSP dependency to v0.17.9
1 parent 863e909 commit abfd255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ GEM
232232
rubocop (~> 1.51)
233233
rubocop-sorbet (0.8.3)
234234
rubocop (>= 0.90.0)
235-
ruby-lsp (0.17.7)
235+
ruby-lsp (0.17.9)
236236
language_server-protocol (~> 3.17.0)
237237
prism (>= 0.29.0, < 0.31)
238238
rbs (>= 3, < 4)

test/ruby_lsp_rails/hover_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class ActiveRecord::Base
237237
private
238238

239239
def hover_on_source(source, position)
240-
with_server(source) do |server, uri|
240+
with_server(source, stub_no_typechecker: true) do |server, uri|
241241
server.process_message(
242242
id: 1,
243243
method: "textDocument/hover",

0 commit comments

Comments
 (0)