Update googleauth requirement from >= 0.16.2, < 1.2.0 to >= 0.16.2, < 1.3.0

Updates the requirements on [googleauth](https://github.com/googleapis/google-auth-library-ruby) to permit the latest version.
- [Release notes](https://github.com/googleapis/google-auth-library-ruby/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-ruby/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-auth-library-ruby/compare/googleauth/v0.17.0...googleauth/v1.2.0)

---
updated-dependencies:
- dependency-name: googleauth
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-24 13:25:45 +00:00 committed by GitHub
parent 46b9c5aef0
commit 7d399da016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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