1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-01-23 21:27:01 +01:00

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-20 11:39:57 +00:00 committed by GitHub
parent 59c50396fb
commit b5a6a860f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,5 +45,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubocop', '~> 1.70.0' s.add_development_dependency 'rubocop', '~> 1.70.0'
s.add_development_dependency 'rubocop-rake', '~> 0.6.0' s.add_development_dependency 'rubocop-rake', '~> 0.6.0'
s.add_development_dependency 'rubocop-rspec', '~> 3.3.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 end