Skip to content

Commit 81f7cf7

Browse files
authored
Bump ruby-lsp (#30)
* Bump ruby-lsp * Update CI rubies
1 parent b56e83d commit 81f7cf7

File tree

5 files changed

+19961
-12637
lines changed

5 files changed

+19961
-12637
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17+
- "3.3"
1718
- "3.2"
1819
- "3.1"
19-
- "3.0"
2020

2121
steps:
2222
- uses: actions/checkout@v3

Gemfile.lock

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

77
GEM
88
remote: https://rubygems.org/
@@ -24,14 +24,14 @@ GEM
2424
parser (3.3.0.5)
2525
ast (~> 2.4.1)
2626
racc
27-
prism (0.24.0)
27+
prism (0.29.0)
2828
psych (5.1.2)
2929
stringio
3030
racc (1.7.3)
3131
rainbow (3.1.1)
3232
rake (13.2.0)
33-
rbi (0.1.9)
34-
prism (>= 0.18.0, < 0.25)
33+
rbi (0.1.13)
34+
prism (>= 0.18.0, < 1.0.0)
3535
sorbet-runtime (>= 0.5.9204)
3636
rdoc (6.6.3.1)
3737
psych (>= 4.0.0)
@@ -71,9 +71,9 @@ GEM
7171
rubocop (~> 1.51)
7272
rubocop-sorbet (0.8.0)
7373
rubocop (>= 0.90.0)
74-
ruby-lsp (0.16.0)
74+
ruby-lsp (0.17.1)
7575
language_server-protocol (~> 3.17.0)
76-
prism (>= 0.22.0, < 0.25)
76+
prism (>= 0.29.0, < 0.30)
7777
sorbet-runtime (>= 0.5.10782)
7878
ruby-progressbar (1.13.0)
7979
sorbet (0.5.11327)

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.16.0"
44+
spec.add_dependency "ruby-lsp", "~> 0.17.0"
4545
end

0 commit comments

Comments
 (0)