Skip to content

Commit c5c59e5

Browse files
committed
Update for ruby-lsp v0.17
1 parent 0c85e7a commit c5c59e5

File tree

3 files changed

+647
-329
lines changed

3 files changed

+647
-329
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
2525
gem "tzinfo"
2626
gem "tzinfo-data"
2727
end
28+
29+
gem "ruby-lsp", github: "Shopify/ruby-lsp"

Gemfile.lock

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ GIT
66
rdoc (6.6.3.1)
77
psych (>= 4.0.0)
88

9+
GIT
10+
remote: https://github.com/Shopify/ruby-lsp.git
11+
revision: 1f0f3c20359e2d6154da4e1d9fe20598fda5d419
12+
specs:
13+
ruby-lsp (0.16.8)
14+
language_server-protocol (~> 3.17.0)
15+
prism (>= 0.29.0, < 0.30)
16+
sorbet-runtime (>= 0.5.10782)
17+
918
PATH
1019
remote: .
1120
specs:
@@ -154,7 +163,7 @@ GEM
154163
parser (3.3.1.0)
155164
ast (~> 2.4.1)
156165
racc
157-
prism (0.24.0)
166+
prism (0.29.0)
158167
psych (5.1.2)
159168
stringio
160169
public_suffix (5.0.5)
@@ -200,8 +209,8 @@ GEM
200209
zeitwerk (~> 2.6)
201210
rainbow (3.1.1)
202211
rake (13.2.1)
203-
rbi (0.1.10)
204-
prism (>= 0.18.0, < 0.25)
212+
rbi (0.1.13)
213+
prism (>= 0.18.0, < 1.0.0)
205214
sorbet-runtime (>= 0.5.9204)
206215
regexp_parser (2.9.0)
207216
reline (0.5.7)
@@ -230,10 +239,6 @@ GEM
230239
rubocop (~> 1.51)
231240
rubocop-sorbet (0.8.3)
232241
rubocop (>= 0.90.0)
233-
ruby-lsp (0.16.6)
234-
language_server-protocol (~> 3.17.0)
235-
prism (>= 0.23.0, < 0.28)
236-
sorbet-runtime (>= 0.5.10782)
237242
ruby-progressbar (1.13.0)
238243
ruby2_keywords (0.0.5)
239244
sorbet (0.5.11391)
@@ -298,6 +303,7 @@ DEPENDENCIES
298303
rubocop-rake (~> 0.6.0)
299304
rubocop-shopify (~> 2.15)
300305
rubocop-sorbet (~> 0.8)
306+
ruby-lsp!
301307
ruby-lsp-rails!
302308
sorbet-static-and-runtime
303309
sqlite3 (< 2)

0 commit comments

Comments
 (0)