mirror of
https://github.com/puppetlabs/vmpooler-provider-gce.git
synced 2026-01-26 03:18:41 -05:00
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:
parent
46b9c5aef0
commit
7d399da016
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
||||||
s.files = Dir[ "lib/**/*" ]
|
s.files = Dir[ "lib/**/*" ]
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
s.add_dependency "google-apis-compute_v1", "~> 0.14"
|
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_dependency "google-cloud-dns", "~> 0.35.1"
|
||||||
|
|
||||||
s.add_development_dependency 'vmpooler', '>= 1.3.0', '~> 2.3'
|
s.add_development_dependency 'vmpooler', '>= 1.3.0', '~> 2.3'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue