Skip to content

Commit 32a7722

Browse files
committed
Bump upper bound for Ruby LSP
1 parent 736be8d commit 32a7722

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
ruby-lsp-rails (0.1.0)
55
rails (>= 6.0)
6-
ruby-lsp (>= 0.6.2, < 0.7.0)
6+
ruby-lsp (>= 0.6.2, < 0.8.0)
77
sorbet-runtime (>= 0.5.9897)
88

99
GEM

ruby-lsp-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
2222
end
2323

2424
spec.add_dependency("rails", ">= 6.0")
25-
spec.add_dependency("ruby-lsp", ">= 0.6.2", "< 0.7.0")
25+
spec.add_dependency("ruby-lsp", ">= 0.6.2", "< 0.8.0")
2626
spec.add_dependency("sorbet-runtime", ">= 0.5.9897")
2727
end

0 commit comments

Comments
 (0)