From c53d2dbb99c1b885584012c72491ba8af6cce926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:22:23 +0000 Subject: [PATCH] Update ruby-lsp requirement from 0.16.2 to 0.16.3 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.16.2...v0.16.3) --- 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 3654448..fa0bf36 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem 'kitchen-terraform', '7.0.2' gem 'nori', '2.7.0'# These Gems are used by the Shopify/ruby-lsp Visual Studio Code extension gem 'rubocop', '1.25.1' -gem 'ruby-lsp', '0.16.2' +gem 'ruby-lsp', '0.16.3'