Skip to content

Commit

Permalink
Bump Ruby LSP dependency to v0.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jul 23, 2024
1 parent 863e909 commit 839b0a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ GEM
rubocop (~> 1.51)
rubocop-sorbet (0.8.3)
rubocop (>= 0.90.0)
ruby-lsp (0.17.7)
ruby-lsp (0.17.9)
language_server-protocol (~> 3.17.0)
prism (>= 0.29.0, < 0.31)
rbs (>= 3, < 4)
Expand Down
12 changes: 0 additions & 12 deletions test/ruby_lsp_rails/hover_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,8 @@ class User < ApplicationRecord
RUBY

assert_equal(<<~CONTENT.chomp, response.contents.value)
```ruby
User
```
**Definitions**: [fake.rb](file:///fake.rb#L1,1-2,4)
[Schema](#{URI::Generic.from_path(path: dummy_root + "/db/schema.rb")})
**id**: integer (PK)
**first_name**: string
Expand Down Expand Up @@ -134,14 +128,8 @@ class CompositePrimaryKey < ApplicationRecord
RUBY

assert_equal(<<~CONTENT.chomp, response.contents.value)
```ruby
CompositePrimaryKey
```
**Definitions**: [fake.rb](file:///fake.rb#L1,1-2,4)
[Schema](#{URI::Generic.from_path(path: dummy_root + "/db/schema.rb")})
**order_id**: integer (PK)
**product_id**: integer (PK)
Expand Down

0 comments on commit 839b0a0

Please sign in to comment.