Skip to content

Commit 3893b20

Browse files
Update ruby-lsp requirement from ~> 0.23.9 to ~> 0.24.1 (#594)
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.23.9...v0.24.1) --- updated-dependencies: - dependency-name: ruby-lsp dependency-version: 0.24.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6238ac3 commit 3893b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group :development do
1010
gem "colorize", "~> 1.1.0"
1111
gem "debug", "~> 1.8"
1212
gem "rake", "~> 13.3.0"
13-
gem "ruby-lsp", "~> 0.23.9"
13+
gem "ruby-lsp", "~> 0.24.1"
1414
gem "semver2", "~> 3.4"
1515
gem "solargraph", "~> 0.55.1"
1616
end

0 commit comments

Comments
 (0)