From 1f59dcc747db12554c6c6a5424000d670258e4e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:44:18 +0000 Subject: [PATCH] Update ruby-lsp requirement from 0.16.0 to 0.16.1 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.0...v0.16.1) --- 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 e3fd8e6..bc77789 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.0' +gem 'ruby-lsp', '0.16.1'