Skip to content

Commit 769f9a2

Browse files
committed
Update ruby-lsp requirement to v0.17.12
1 parent fda0716 commit 769f9a2

File tree

3 files changed

+228
-138
lines changed

3 files changed

+228
-138
lines changed

Gemfile.lock

Lines changed: 2 additions & 7 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/
@@ -146,8 +146,6 @@ GEM
146146
nio4r (2.7.3)
147147
nokogiri (1.16.5-arm64-darwin)
148148
racc (~> 1.4)
149-
nokogiri (1.16.5-x64-mingw-ucrt)
150-
racc (~> 1.4)
151149
nokogiri (1.16.5-x86_64-darwin)
152150
racc (~> 1.4)
153151
nokogiri (1.16.5-x86_64-linux)
@@ -234,7 +232,7 @@ GEM
234232
rubocop (~> 1.51)
235233
rubocop-sorbet (0.8.3)
236234
rubocop (>= 0.90.0)
237-
ruby-lsp (0.17.11)
235+
ruby-lsp (0.17.12)
238236
language_server-protocol (~> 3.17.0)
239237
prism (>= 0.29.0, < 0.31)
240238
rbs (>= 3, < 4)
@@ -255,7 +253,6 @@ GEM
255253
sorbet-static-and-runtime (>= 0.5.10187)
256254
thor (>= 0.19.2)
257255
sqlite3 (1.7.3-arm64-darwin)
258-
sqlite3 (1.7.3-x64-mingw-ucrt)
259256
sqlite3 (1.7.3-x86_64-darwin)
260257
sqlite3 (1.7.3-x86_64-linux)
261258
stringio (3.1.0)
@@ -273,8 +270,6 @@ GEM
273270
timeout (0.4.1)
274271
tzinfo (2.0.6)
275272
concurrent-ruby (~> 1.0)
276-
tzinfo-data (1.2024.1)
277-
tzinfo (>= 1.0.0)
278273
unicode-display_width (2.5.0)
279274
webmock (3.23.1)
280275
addressable (>= 2.8.0)

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)