From 124c509319a7c011ade45279f70b919293327a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:10:32 +0000 Subject: [PATCH] gems: update solargraph requirement from ~> 0.50.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.50.0...v0.51.0) --- updated-dependencies: - dependency-name: solargraph dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- openvpn-status-web.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-status-web.gemspec b/openvpn-status-web.gemspec index bf3cc7a..5829733 100644 --- a/openvpn-status-web.gemspec +++ b/openvpn-status-web.gemspec @@ -41,5 +41,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.50.0' + s.add_development_dependency 'solargraph', '~> 0.51.0' end