Skip to content

Commit 839b0a0

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

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
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: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,8 @@ class User < ApplicationRecord
4747
RUBY
4848

4949
assert_equal(<<~CONTENT.chomp, response.contents.value)
50-
```ruby
51-
User
52-
```
53-
54-
**Definitions**: [fake.rb](file:///fake.rb#L1,1-2,4)
5550
[Schema](#{URI::Generic.from_path(path: dummy_root + "/db/schema.rb")})
5651
57-
5852
**id**: integer (PK)
5953
6054
**first_name**: string
@@ -134,14 +128,8 @@ class CompositePrimaryKey < ApplicationRecord
134128
RUBY
135129

136130
assert_equal(<<~CONTENT.chomp, response.contents.value)
137-
```ruby
138-
CompositePrimaryKey
139-
```
140-
141-
**Definitions**: [fake.rb](file:///fake.rb#L1,1-2,4)
142131
[Schema](#{URI::Generic.from_path(path: dummy_root + "/db/schema.rb")})
143132
144-
145133
**order_id**: integer (PK)
146134
147135
**product_id**: integer (PK)

0 commit comments

Comments
 (0)