Update google-cloud-dns requirement from ~> 0.35.1 to >= 0.35.1, < 0.37.0

Updates the requirements on [google-cloud-dns](https://github.com/googleapis/google-cloud-ruby) to permit the latest version.
- [Release notes](https://github.com/googleapis/google-cloud-ruby/releases)
- [Changelog](https://github.com/googleapis/google-cloud-ruby/blob/main/release-please-config.json)
- [Commits](https://github.com/googleapis/google-cloud-ruby/compare/google-cloud-dns/v0.35.1...google-cloud-dns/v0.36.0)

---
updated-dependencies:
- dependency-name: google-cloud-dns
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-28 13:46:58 +00:00 committed by GitHub
parent 3c95190eae
commit 6672ce325e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.add_dependency "google-apis-compute_v1", "~> 0.14"
s.add_dependency "googleauth", ">= 0.16.2", "< 1.3.0"
s.add_dependency "google-cloud-dns", "~> 0.35.1"
s.add_dependency "google-cloud-dns", ">= 0.35.1", "< 0.37.0"
s.add_development_dependency 'vmpooler', '>= 1.3.0', '~> 2.3'