Skip to content

Commit 526628e

Browse files
Update ruby-lsp requirement from ~> 0.5.1 to >= 0.5.1, < 0.7.0
Updates the requirements on [ruby-lsp](https://github.com/Shopify/ruby-lsp) to permit the latest version. - [Release notes](https://github.com/Shopify/ruby-lsp/releases) - [Commits](Shopify/ruby-lsp@v0.5.1...v0.6.1) --- updated-dependencies: - dependency-name: ruby-lsp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea352fd commit 526628e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
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.5.1)
6+
ruby-lsp (>= 0.5.1, < 0.7.0)
77
sorbet-runtime (>= 0.5.9897)
88

99
GEM
@@ -195,7 +195,7 @@ GEM
195195
rubocop (~> 1.51)
196196
rubocop-sorbet (0.7.0)
197197
rubocop (>= 0.90.0)
198-
ruby-lsp (0.5.1)
198+
ruby-lsp (0.6.1)
199199
language_server-protocol (~> 3.17.0)
200200
sorbet-runtime
201201
syntax_tree (>= 6.1.1, < 7)

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.5.1")
25+
spec.add_dependency("ruby-lsp", ">= 0.5.1", "< 0.7.0")
2626
spec.add_dependency("sorbet-runtime", ">= 0.5.9897")
2727
end

0 commit comments

Comments
 (0)