From b5a6a860f865e8f77ece9c8fddef7c598db54bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:39:57 +0000 Subject: [PATCH] gems: update solargraph requirement from ~> 0.49.0 to ~> 0.51.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.49.0...v0.51.0) --- updated-dependencies: - dependency-name: solargraph 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 7b9f947..0dcb64e 100644 --- a/dyndnsd.gemspec +++ b/dyndnsd.gemspec @@ -45,5 +45,5 @@ Gem::Specification.new do |s| s.add_development_dependency 'rubocop', '~> 1.70.0' s.add_development_dependency 'rubocop-rake', '~> 0.6.0' s.add_development_dependency 'rubocop-rspec', '~> 3.3.0' - s.add_development_dependency 'solargraph', '~> 0.49.0' + s.add_development_dependency 'solargraph', '~> 0.51.0' end