Skip to content

Commit 329f83e

Browse files
authored
Update dev ruby-lsp and test setup (#23)
1 parent 0464060 commit 329f83e

File tree

4 files changed

+7289
-7683
lines changed

4 files changed

+7289
-7683
lines changed

Gemfile.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
diff-lcs (1.5.1)
1515
erubi (1.12.0)
1616
io-console (0.7.2)
17-
irb (1.11.2)
17+
irb (1.12.0)
1818
rdoc
1919
reline (>= 0.4.2)
2020
json (2.7.1)
@@ -25,19 +25,19 @@ GEM
2525
ast (~> 2.4.1)
2626
racc
2727
prettier_print (1.2.1)
28-
prism (0.21.0)
28+
prism (0.24.0)
2929
psych (5.1.2)
3030
stringio
3131
racc (1.7.3)
3232
rainbow (3.1.1)
3333
rake (13.1.0)
34-
rbi (0.1.8)
35-
prism (>= 0.18.0, < 0.22)
34+
rbi (0.1.9)
35+
prism (>= 0.18.0, < 0.25)
3636
sorbet-runtime (>= 0.5.9204)
3737
rdoc (6.6.2)
3838
psych (>= 4.0.0)
3939
regexp_parser (2.9.0)
40-
reline (0.4.2)
40+
reline (0.4.3)
4141
io-console (~> 0.5)
4242
rexml (3.2.6)
4343
rspec (3.13.0)
@@ -52,39 +52,39 @@ GEM
5252
rspec-mocks (3.13.0)
5353
diff-lcs (>= 1.2.0, < 2.0)
5454
rspec-support (~> 3.13.0)
55-
rspec-support (3.13.0)
56-
rubocop (1.60.2)
55+
rspec-support (3.13.1)
56+
rubocop (1.62.1)
5757
json (~> 2.3)
5858
language_server-protocol (>= 3.17.0)
5959
parallel (~> 1.10)
6060
parser (>= 3.3.0.2)
6161
rainbow (>= 2.2.2, < 4.0)
6262
regexp_parser (>= 1.8, < 3.0)
6363
rexml (>= 3.2.5, < 4.0)
64-
rubocop-ast (>= 1.30.0, < 2.0)
64+
rubocop-ast (>= 1.31.1, < 2.0)
6565
ruby-progressbar (~> 1.7)
6666
unicode-display_width (>= 2.4.0, < 3.0)
67-
rubocop-ast (1.30.0)
68-
parser (>= 3.2.1.0)
67+
rubocop-ast (1.31.2)
68+
parser (>= 3.3.0.4)
6969
rubocop-rake (0.6.0)
7070
rubocop (~> 1.0)
71-
rubocop-shopify (2.14.0)
71+
rubocop-shopify (2.15.1)
7272
rubocop (~> 1.51)
73-
rubocop-sorbet (0.7.6)
73+
rubocop-sorbet (0.8.0)
7474
rubocop (>= 0.90.0)
75-
ruby-lsp (0.14.0)
75+
ruby-lsp (0.14.6)
7676
language_server-protocol (~> 3.17.0)
77-
prism (>= 0.19.0, < 0.22)
77+
prism (>= 0.22.0, < 0.25)
7878
sorbet-runtime (>= 0.5.10782)
7979
ruby-progressbar (1.13.0)
80-
sorbet (0.5.11237)
81-
sorbet-static (= 0.5.11237)
82-
sorbet-runtime (0.5.11237)
83-
sorbet-static (0.5.11237-universal-darwin)
84-
sorbet-static (0.5.11237-x86_64-linux)
85-
sorbet-static-and-runtime (0.5.11237)
86-
sorbet (= 0.5.11237)
87-
sorbet-runtime (= 0.5.11237)
80+
sorbet (0.5.11295)
81+
sorbet-static (= 0.5.11295)
82+
sorbet-runtime (0.5.11295)
83+
sorbet-static (0.5.11295-universal-darwin)
84+
sorbet-static (0.5.11295-x86_64-linux)
85+
sorbet-static-and-runtime (0.5.11295)
86+
sorbet (= 0.5.11295)
87+
sorbet-runtime (= 0.5.11295)
8888
spoom (1.2.4)
8989
erubi (>= 1.10.0)
9090
sorbet-static-and-runtime (>= 0.5.10187)
@@ -102,9 +102,9 @@ GEM
102102
spoom (~> 1.2.0, >= 1.2.0)
103103
thor (>= 1.2.0)
104104
yard-sorbet
105-
thor (1.3.0)
105+
thor (1.3.1)
106106
unicode-display_width (2.5.0)
107-
yard (0.9.34)
107+
yard (0.9.36)
108108
yard-sorbet (0.8.1)
109109
sorbet-runtime (>= 0.5)
110110
yard (>= 0.9)

0 commit comments

Comments
 (0)