Bump vmpooler-provider-gce in /docker/prod-all-providers

Bumps [vmpooler-provider-gce](https://github.com/puppetlabs/vmpooler-provider-gce) from 0.1.2 to 0.2.0.
- [Release notes](https://github.com/puppetlabs/vmpooler-provider-gce/releases)
- [Commits](https://github.com/puppetlabs/vmpooler-provider-gce/compare/0.1.2...0.2.0)

---
updated-dependencies:
- dependency-name: vmpooler-provider-gce
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-19 13:55:46 +00:00 committed by GitHub
parent 523e4d1d79
commit 65bdc80ced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 32 deletions

View file

@ -2,4 +2,4 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org'
gem 'vmpooler', '~> 2.3'
gem 'vmpooler-provider-vsphere', '~> 1.5'
gem 'vmpooler-provider-gce', '~> 0.1'
gem 'vmpooler-provider-gce', '~> 0.2'

View file

@ -9,30 +9,11 @@ GEM
connection_pool (2.2.5)
declarative (0.0.20)
deep_merge (1.2.2)
faraday (1.10.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
faraday (2.2.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
google-apis-compute_v1 (0.31.0)
faraday-net_http (2.0.2)
google-apis-compute_v1 (0.32.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-core (0.4.2)
addressable (~> 2.5, >= 2.5.1)
@ -56,26 +37,29 @@ GEM
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.2.0)
googleauth (0.16.2)
faraday (>= 0.17.3, < 2.0)
googleauth (1.1.2)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.14)
signet (>= 0.16, < 2.a)
httpclient (2.8.3)
json (2.6.1)
json (2.6.1-java)
jwt (2.3.0)
memoist (0.16.2)
mini_mime (1.1.2)
multi_json (1.15.0)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
net-ldap (0.17.0)
nio4r (2.5.8)
nio4r (2.5.8-java)
nokogiri (1.12.5-java)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
opentelemetry-api (1.0.1)
opentelemetry-common (0.19.3)
opentelemetry-api (~> 1.0)
@ -115,9 +99,12 @@ GEM
os (1.1.4)
pickup (0.0.11)
prometheus-client (2.1.0)
public_suffix (4.0.6)
public_suffix (4.0.7)
puma (5.6.4)
nio4r (~> 2.0)
puma (5.6.4-java)
nio4r (~> 2.0)
racc (1.6.0)
racc (1.6.0-java)
rack (2.2.3)
rack-protection (2.2.0)
@ -175,10 +162,10 @@ GEM
sinatra (~> 2.0)
spicy-proton (~> 2.1)
statsd-ruby (~> 1.4)
vmpooler-provider-gce (0.1.2)
vmpooler-provider-gce (0.2.0)
google-apis-compute_v1 (~> 0.14)
google-cloud-dns (~> 0.35.1)
googleauth (~> 0.16.2)
googleauth (>= 0.16.2, < 1.2.0)
vmpooler-provider-vsphere (1.5.0)
rbvmomi (>= 2.1, < 4.0)
webrick (1.7.0)
@ -186,10 +173,11 @@ GEM
PLATFORMS
universal-java-1.8
x86_64-linux
DEPENDENCIES
vmpooler (~> 2.3)
vmpooler-provider-gce (~> 0.1)
vmpooler-provider-gce (~> 0.2)
vmpooler-provider-vsphere (~> 1.5)
BUNDLED WITH