Skip to content

Commit 83caba7

Browse files
authored
Bump ruby-lsp's requirement (#37)
1 parent f244667 commit 83caba7

25 files changed

+27231
-23694
lines changed

Gemfile.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
ruby-lsp-rspec (0.1.12)
5-
ruby-lsp (~> 0.17.0)
5+
ruby-lsp (~> 0.18.0)
66

77
GEM
88
remote: https://rubygems.org/
@@ -12,101 +12,101 @@ GEM
1212
irb (~> 1.10)
1313
reline (>= 0.3.8)
1414
diff-lcs (1.5.1)
15-
erubi (1.12.0)
15+
erubi (1.13.0)
1616
io-console (0.7.2)
17-
irb (1.13.1)
17+
irb (1.14.0)
1818
rdoc (>= 4.0.0)
1919
reline (>= 0.4.2)
2020
json (2.7.2)
2121
language_server-protocol (3.17.0.3)
22+
logger (1.6.1)
2223
netrc (0.11.0)
23-
parallel (1.24.0)
24-
parser (3.3.2.0)
24+
parallel (1.26.3)
25+
parser (3.3.5.0)
2526
ast (~> 2.4.1)
2627
racc
27-
prism (0.29.0)
28+
prism (1.0.0)
2829
psych (5.1.2)
2930
stringio
30-
racc (1.8.0)
31+
racc (1.8.1)
3132
rainbow (3.1.1)
3233
rake (13.2.1)
33-
rbi (0.1.13)
34-
prism (>= 0.18.0, < 1.0.0)
34+
rbi (0.2.0)
35+
prism (~> 1.0)
3536
sorbet-runtime (>= 0.5.9204)
37+
rbs (3.5.3)
38+
logger
3639
rdoc (6.7.0)
3740
psych (>= 4.0.0)
3841
regexp_parser (2.9.2)
39-
reline (0.5.8)
42+
reline (0.5.10)
4043
io-console (~> 0.5)
41-
rexml (3.2.8)
42-
strscan (>= 3.0.9)
4344
rspec (3.13.0)
4445
rspec-core (~> 3.13.0)
4546
rspec-expectations (~> 3.13.0)
4647
rspec-mocks (~> 3.13.0)
47-
rspec-core (3.13.0)
48+
rspec-core (3.13.1)
4849
rspec-support (~> 3.13.0)
49-
rspec-expectations (3.13.0)
50+
rspec-expectations (3.13.3)
5051
diff-lcs (>= 1.2.0, < 2.0)
5152
rspec-support (~> 3.13.0)
5253
rspec-mocks (3.13.1)
5354
diff-lcs (>= 1.2.0, < 2.0)
5455
rspec-support (~> 3.13.0)
5556
rspec-support (3.13.1)
56-
rubocop (1.64.1)
57+
rubocop (1.66.1)
5758
json (~> 2.3)
5859
language_server-protocol (>= 3.17.0)
5960
parallel (~> 1.10)
6061
parser (>= 3.3.0.2)
6162
rainbow (>= 2.2.2, < 4.0)
62-
regexp_parser (>= 1.8, < 3.0)
63-
rexml (>= 3.2.5, < 4.0)
64-
rubocop-ast (>= 1.31.1, < 2.0)
63+
regexp_parser (>= 2.4, < 3.0)
64+
rubocop-ast (>= 1.32.2, < 2.0)
6565
ruby-progressbar (~> 1.7)
6666
unicode-display_width (>= 2.4.0, < 3.0)
67-
rubocop-ast (1.31.3)
67+
rubocop-ast (1.32.3)
6868
parser (>= 3.3.1.0)
6969
rubocop-rake (0.6.0)
7070
rubocop (~> 1.0)
7171
rubocop-shopify (2.15.1)
7272
rubocop (~> 1.51)
73-
rubocop-sorbet (0.8.3)
74-
rubocop (>= 0.90.0)
75-
ruby-lsp (0.17.1)
73+
rubocop-sorbet (0.8.5)
74+
rubocop (>= 1)
75+
ruby-lsp (0.18.3)
7676
language_server-protocol (~> 3.17.0)
77-
prism (>= 0.29.0, < 0.30)
77+
prism (~> 1.0)
78+
rbs (>= 3, < 4)
7879
sorbet-runtime (>= 0.5.10782)
7980
ruby-progressbar (1.13.0)
80-
sorbet (0.5.11406)
81-
sorbet-static (= 0.5.11406)
82-
sorbet-runtime (0.5.11406)
83-
sorbet-static (0.5.11406-universal-darwin)
84-
sorbet-static (0.5.11406-x86_64-linux)
85-
sorbet-static-and-runtime (0.5.11406)
86-
sorbet (= 0.5.11406)
87-
sorbet-runtime (= 0.5.11406)
88-
spoom (1.3.2)
81+
sorbet (0.5.11581)
82+
sorbet-static (= 0.5.11581)
83+
sorbet-runtime (0.5.11581)
84+
sorbet-static (0.5.11581-universal-darwin)
85+
sorbet-static (0.5.11581-x86_64-linux)
86+
sorbet-static-and-runtime (0.5.11581)
87+
sorbet (= 0.5.11581)
88+
sorbet-runtime (= 0.5.11581)
89+
spoom (1.4.2)
8990
erubi (>= 1.10.0)
90-
prism (>= 0.19.0)
91+
prism (>= 0.28.0)
9192
sorbet-static-and-runtime (>= 0.5.10187)
9293
thor (>= 0.19.2)
93-
stringio (3.1.0)
94-
strscan (3.1.0)
95-
tapioca (0.14.3)
94+
stringio (3.1.1)
95+
tapioca (0.16.2)
9696
bundler (>= 2.2.25)
9797
netrc (>= 0.11.0)
9898
parallel (>= 1.21.0)
99-
rbi (>= 0.1.4, < 0.2)
99+
rbi (~> 0.2)
100100
sorbet-static-and-runtime (>= 0.5.11087)
101101
spoom (>= 1.2.0)
102102
thor (>= 1.2.0)
103103
yard-sorbet
104-
thor (1.3.1)
105-
unicode-display_width (2.5.0)
106-
yard (0.9.36)
107-
yard-sorbet (0.8.1)
108-
sorbet-runtime (>= 0.5)
109-
yard (>= 0.9)
104+
thor (1.3.2)
105+
unicode-display_width (2.6.0)
106+
yard (0.9.37)
107+
yard-sorbet (0.9.0)
108+
sorbet-runtime
109+
yard
110110

111111
PLATFORMS
112112
universal-darwin

ruby-lsp-rspec.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ Gem::Specification.new do |spec|
4141
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
4242
spec.require_paths = ["lib"]
4343

44-
spec.add_dependency "ruby-lsp", "~> 0.17.0"
44+
spec.add_dependency "ruby-lsp", "~> 0.18.0"
4545
end
Lines changed: 27 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)