1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2026-02-01 17:01:43 +01:00

gems: update solargraph requirement from ~> 0.50.0 to ~> 0.58.2

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.58.2)

---
updated-dependencies:
- dependency-name: solargraph
  dependency-version: 0.58.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-26 09:00:58 +00:00
committed by Christian Nicolai
parent cf201b3c1b
commit f3efc770db
2 changed files with 2 additions and 9 deletions

View File

@@ -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.9.0'
s.add_development_dependency 'solargraph', '~> 0.50.0'
s.add_development_dependency 'solargraph', '~> 0.58.2'
end