Merge pull request #12 from puppetlabs/dependabot/bundler/googleauth-gte-0.16.2-and-lt-1.3.0

Update googleauth requirement from >= 0.16.2, < 1.2.0 to >= 0.16.2, < 1.3.0
This commit is contained in:
Samuel 2022-07-27 09:33:21 -05:00 committed by GitHub
commit 9d5d0d7c2d
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'