Skip to content

Commit

Permalink
Update ruby-lsp requirement from ~> 0.14.0 to ~> 0.17.2
Browse files Browse the repository at this point in the history
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.14.0...v0.17.2)

---
updated-dependencies:
- dependency-name: ruby-lsp
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent a531833 commit 268275d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gemspec

gem "sidekiq", ENV["SIDEKIQ_VERSION_RANGE"] || "< 8"

gem "ruby-lsp", "~> 0.14.0", group: :development
gem "ruby-lsp", "~> 0.17.2", group: :development

group :test do
gem "simplecov", require: false
Expand Down

0 comments on commit 268275d

Please sign in to comment.