From 79018bb0782f423e9242d849271369666c9c273f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 00:01:00 +0000 Subject: [PATCH] Update ruby-lsp requirement from 0.16.1 to 0.16.2 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.1...v0.16.2) --- 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 bc77789..3654448 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.1' +gem 'ruby-lsp', '0.16.2'