From 83e88fa84f6a35135ebbf8aa6298e62012b0363a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:08:51 +0000 Subject: [PATCH] gems: update solargraph requirement from ~> 0.50.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] --- 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 2eecffc..0f25972 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.82.0' s.add_development_dependency 'rubocop-rake', '~> 0.7.1' s.add_development_dependency 'rubocop-rspec', '~> 3.8.0' - s.add_development_dependency 'solargraph', '~> 0.50.0' + s.add_development_dependency 'solargraph', '~> 0.58.1' end