From 4096a4ee0824f7e3ca6d341b8dcd6b22faa564d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:59:07 +0000 Subject: [PATCH] gems: update solargraph requirement from ~> 0.55.0 to ~> 0.58.1 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/commits) --- updated-dependencies: - dependency-name: solargraph dependency-version: 0.58.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dyndnsd.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dyndnsd.gemspec b/dyndnsd.gemspec index 3cbdfa7..bf23587 100644 --- a/dyndnsd.gemspec +++ b/dyndnsd.gemspec @@ -47,5 +47,5 @@ Gem::Specification.new do |s| s.add_development_dependency 'rubocop', '~> 1.82.0' s.add_development_dependency 'rubocop-rake', '~> 0.7.1' s.add_development_dependency 'rubocop-rspec', '~> 3.9.0' - s.add_development_dependency 'solargraph', '~> 0.55.0' + s.add_development_dependency 'solargraph', '~> 0.58.1' end