From 1358f9697fae0a618814185fff64a3a0a1ceda3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 23:43:09 +0000 Subject: [PATCH] Update ruby-lsp requirement from 0.12.5 to 0.13.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](https://github.com/Shopify/ruby-lsp/compare/v0.12.5...v0.13.0) --- updated-dependencies: - dependency-name: ruby-lsp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 885d974..66dce07 100644 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,4 @@ gem 'kitchen-terraform', '7.0.2' # These Gems are used by the Shopify/ruby-lsp Visual Studio Code extension gem 'rubocop', '1.25.1' -gem 'ruby-lsp', '0.12.5' +gem 'ruby-lsp', '0.13.0'