From d30e7d2375755a5fb9cd960234702a8377edec12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 06:11:46 +0000 Subject: [PATCH] Bump ruby-lsp from 0.17.7 to 0.17.8 Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.17.7 to 0.17.8. - [Release notes](https://github.com/Shopify/ruby-lsp/releases) - [Commits](https://github.com/Shopify/ruby-lsp/compare/v0.17.7...v0.17.8) --- updated-dependencies: - dependency-name: ruby-lsp dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9681404e..69d319fc 100644 --- a/Gemfile +++ b/Gemfile @@ -53,5 +53,5 @@ group :development do gem 'rubocop-factory_bot', '~> 2.26' gem 'rubocop-minitest', '~> 0.35.1' gem 'rubocop-rails', '~> 2.25' - gem 'ruby-lsp', '~> 0.17.7' + gem 'ruby-lsp', '~> 0.17.8' end diff --git a/Gemfile.lock b/Gemfile.lock index 3f9e03b0..88fe1161 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,7 @@ GEM rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - ruby-lsp (0.17.7) + ruby-lsp (0.17.8) language_server-protocol (~> 3.17.0) prism (>= 0.29.0, < 0.31) rbs (>= 3, < 4) @@ -274,7 +274,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.3) - sorbet-runtime (0.5.11481) + sorbet-runtime (0.5.11491) stringio (3.1.1) strscan (3.1.0) thor (1.3.1) @@ -315,7 +315,7 @@ DEPENDENCIES rubocop-factory_bot (~> 2.26) rubocop-minitest (~> 0.35.1) rubocop-rails (~> 2.25) - ruby-lsp (~> 0.17.7) + ruby-lsp (~> 0.17.8) simplecov (~> 0.21) tzinfo-data wahwah (~> 1.6.2)