Skip to content

Commit 28a9f88

Browse files
committed
Upgrade Ruby LSP dependency to v0.23.17
1 parent 29696e1 commit 28a9f88

File tree

3 files changed

+463
-417
lines changed

3 files changed

+463
-417
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
ruby-lsp-rails (0.4.2)
5-
ruby-lsp (>= 0.23.16, < 0.24.0)
5+
ruby-lsp (>= 0.23.17, < 0.24.0)
66

77
GEM
88
remote: https://rubygems.org/
@@ -230,7 +230,7 @@ GEM
230230
rubocop (~> 1.62)
231231
rubocop-sorbet (0.8.9)
232232
rubocop (>= 1)
233-
ruby-lsp (0.23.16)
233+
ruby-lsp (0.23.17)
234234
language_server-protocol (~> 3.17.0)
235235
prism (>= 1.2, < 2.0)
236236
rbs (>= 3, < 4)

ruby-lsp-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
2424
Dir["lib/**/*", "LICENSE.txt", "Rakefile", "README.md"]
2525
end
2626

27-
spec.add_dependency("ruby-lsp", ">= 0.23.16", "< 0.24.0")
27+
spec.add_dependency("ruby-lsp", ">= 0.23.17", "< 0.24.0")
2828
end

0 commit comments

Comments
 (0)