Skip to content

Commit

Permalink
Update yarp requirement from >= 0.9, < 0.11 to >= 0.9, < 0.14
Browse files Browse the repository at this point in the history
Updates the requirements on [yarp](https://github.com/ruby/prism) to permit the latest version.
- [Release notes](https://github.com/ruby/prism/releases)
- [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md)
- [Commits](ruby/prism@v0.10.0...v0.13.0)

---
updated-dependencies:
- dependency-name: yarp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 0c4ce59 commit 3c43aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
language_server-protocol (~> 3.17.0)
sorbet-runtime
syntax_tree (>= 6.1.1, < 7)
yarp (>= 0.9, < 0.11)
yarp (>= 0.9, < 0.14)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -114,7 +114,7 @@ GEM
yard-sorbet (0.8.1)
sorbet-runtime (>= 0.5)
yard (>= 0.9)
yarp (0.10.0)
yarp (0.13.0)

PLATFORMS
arm64-darwin
Expand Down
2 changes: 1 addition & 1 deletion ruby-lsp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency("language_server-protocol", "~> 3.17.0")
s.add_dependency("sorbet-runtime")
s.add_dependency("syntax_tree", ">= 6.1.1", "< 7")
s.add_dependency("yarp", ">= 0.9", "< 0.11")
s.add_dependency("yarp", ">= 0.9", "< 0.14")

s.required_ruby_version = ">= 3.0"
end

0 comments on commit 3c43aa4

Please sign in to comment.