Skip to content

Commit 1382dbe

Browse files
authored
Upgrade ruby-lsp requirement to v0.23.15 (#601)
* Upgrade ruby-lsp requirement to v0.23.15 * Upgrade RBIs
1 parent 96e0712 commit 1382dbe

File tree

3 files changed

+357
-357
lines changed

3 files changed

+357
-357
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
ruby-lsp-rails (0.4.1)
5-
ruby-lsp (>= 0.23.14, < 0.24.0)
5+
ruby-lsp (>= 0.23.16, < 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.14)
233+
ruby-lsp (0.23.16)
234234
language_server-protocol (~> 3.17.0)
235235
prism (>= 1.2, < 2.0)
236236
rbs (>= 3, < 4)

ruby-lsp-rails.gemspec

Lines changed: 1 addition & 1 deletion
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.14", "< 0.24.0")
27+
spec.add_dependency("ruby-lsp", ">= 0.23.16", "< 0.24.0")
2828
end

0 commit comments

Comments
 (0)