From ec31757822faae3652f4ae51c78fcfce5ab7d4e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 22:16:47 +0000 Subject: [PATCH] Update solargraph requirement from ~> 0.51.2 to ~> 0.52.0 Updates the requirements on [solargraph](https://github.com/castwide/solargraph) to permit the latest version. - [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md) - [Commits](https://github.com/castwide/solargraph/compare/v0.51.2...v0.52.0) --- updated-dependencies: - dependency-name: solargraph dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4870a54..3b7a549 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development do gem "rake", "~> 13.2.1" gem "ruby-lsp", "~> 0.23.9" gem "semver2", "~> 3.4" - gem "solargraph", "~> 0.51.2" + gem "solargraph", "~> 0.52.0" end group :test do