Skip to content

Commit 64707cc

Browse files
committed
Bump ruby-lsp to 0.19
1 parent 7e9a998 commit 64707cc

File tree

6 files changed

+4329
-3759
lines changed

6 files changed

+4329
-3759
lines changed

Gemfile.lock

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

77
GEM
88
remote: https://rubygems.org/
@@ -25,7 +25,7 @@ GEM
2525
parser (3.3.5.0)
2626
ast (~> 2.4.1)
2727
racc
28-
prism (1.0.0)
28+
prism (1.1.0)
2929
psych (5.1.2)
3030
stringio
3131
racc (1.8.1)
@@ -34,7 +34,7 @@ GEM
3434
rbi (0.2.0)
3535
prism (~> 1.0)
3636
sorbet-runtime (>= 0.5.9204)
37-
rbs (3.5.3)
37+
rbs (3.6.1)
3838
logger
3939
rdoc (6.7.0)
4040
psych (>= 4.0.0)
@@ -72,9 +72,9 @@ GEM
7272
rubocop (~> 1.51)
7373
rubocop-sorbet (0.8.5)
7474
rubocop (>= 1)
75-
ruby-lsp (0.18.3)
75+
ruby-lsp (0.19.0)
7676
language_server-protocol (~> 3.17.0)
77-
prism (~> 1.0)
77+
prism (>= 1.1, < 2.0)
7878
rbs (>= 3, < 4)
7979
sorbet-runtime (>= 0.5.10782)
8080
ruby-progressbar (1.13.0)

lib/ruby_lsp/ruby_lsp_rspec/addon.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ def activate(global_state, message_queue); end
1818
sig { override.void }
1919
def deactivate; end
2020

21+
sig { override.returns(String) }
22+
def version
23+
VERSION
24+
end
25+
2126
# Creates a new CodeLens listener. This method is invoked on every CodeLens request
2227
sig do
2328
override.params(

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

0 commit comments

Comments
 (0)