Skip to content

Commit 6d2aadb

Browse files
authored
Bump ruby-lsp to 0.26+ (#86)
1 parent f0a9f48 commit 6d2aadb

File tree

3 files changed

+242
-237
lines changed

3 files changed

+242
-237
lines changed

Gemfile.lock

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

77
GEM
88
remote: https://rubygems.org/
@@ -88,7 +88,7 @@ GEM
8888
rubocop-sorbet (0.10.5)
8989
lint_roller
9090
rubocop (>= 1.75.2)
91-
ruby-lsp (0.25.0)
91+
ruby-lsp (0.26.1)
9292
language_server-protocol (~> 3.17.0)
9393
prism (>= 1.2, < 2.0)
9494
rbs (>= 3, < 5)

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

0 commit comments

Comments
 (0)