Skip to content

Commit 4eb7537

Browse files
committed
Bump ruby-lsp requirement to v0.17.12
1 parent fda0716 commit 4eb7537

File tree

3 files changed

+228
-133
lines changed

3 files changed

+228
-133
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PATH
1010
remote: .
1111
specs:
1212
ruby-lsp-rails (0.3.11)
13-
ruby-lsp (>= 0.17.11, < 0.18.0)
13+
ruby-lsp (>= 0.17.12, < 0.18.0)
1414

1515
GEM
1616
remote: https://rubygems.org/
@@ -234,7 +234,7 @@ GEM
234234
rubocop (~> 1.51)
235235
rubocop-sorbet (0.8.3)
236236
rubocop (>= 0.90.0)
237-
ruby-lsp (0.17.11)
237+
ruby-lsp (0.17.12)
238238
language_server-protocol (~> 3.17.0)
239239
prism (>= 0.29.0, < 0.31)
240240
rbs (>= 3, < 4)

ruby-lsp-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Gem::Specification.new do |spec|
2323
Dir["lib/**/*", "LICENSE.txt", "Rakefile", "README.md"]
2424
end
2525

26-
spec.add_dependency("ruby-lsp", ">= 0.17.11", "< 0.18.0")
26+
spec.add_dependency("ruby-lsp", ">= 0.17.12", "< 0.18.0")
2727
end

0 commit comments

Comments
 (0)