We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a9f48 commit 6d2aadbCopy full SHA for 6d2aadb
Gemfile.lock
@@ -2,7 +2,7 @@ PATH
2
remote: .
3
specs:
4
ruby-lsp-rspec (0.1.26)
5
- ruby-lsp (~> 0.25.0)
+ ruby-lsp (~> 0.26.0)
6
7
GEM
8
remote: https://rubygems.org/
@@ -88,7 +88,7 @@ GEM
88
rubocop-sorbet (0.10.5)
89
lint_roller
90
rubocop (>= 1.75.2)
91
- ruby-lsp (0.25.0)
+ ruby-lsp (0.26.1)
92
language_server-protocol (~> 3.17.0)
93
prism (>= 1.2, < 2.0)
94
rbs (>= 3, < 5)
ruby-lsp-rspec.gemspec
@@ -41,5 +41,5 @@ Gem::Specification.new do |spec|
41
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
42
spec.require_paths = ["lib"]
43
44
- spec.add_dependency "ruby-lsp", "~> 0.25.0"
+ spec.add_dependency "ruby-lsp", "~> 0.26.0"
45
end
0 commit comments