Skip to content

Commit a318599

Browse files
authored
Bump ruby-lsp to 0.24.0+ (#76)
1 parent ab7d305 commit a318599

File tree

4 files changed

+640
-569
lines changed

4 files changed

+640
-569
lines changed

Gemfile.lock

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

77
GEM
88
remote: https://rubygems.org/
@@ -83,10 +83,10 @@ GEM
8383
rubocop (~> 1.62)
8484
rubocop-sorbet (0.10.0)
8585
rubocop (>= 1)
86-
ruby-lsp (0.23.19)
86+
ruby-lsp (0.24.0)
8787
language_server-protocol (~> 3.17.0)
8888
prism (>= 1.2, < 2.0)
89-
rbs (>= 3, < 4)
89+
rbs (>= 3, < 5)
9090
sorbet-runtime (>= 0.5.10782)
9191
ruby-progressbar (1.13.0)
9292
sorbet (0.5.12087)

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

0 commit comments

Comments
 (0)