Update Gemfile to include GCE provider

This also updates the info about the other two gems to be more current.
This commit is contained in:
Gene Liverman 2021-12-07 10:45:01 -05:00
parent 2eacaec20d
commit 38b4b5a98e
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
2 changed files with 59 additions and 15 deletions

View file

@ -1,4 +1,6 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
gem 'vmpooler', git: 'https://github.com/puppetlabs/vmpooler.git', branch: 'extract-vsphere-provider'
gem 'vmpooler-vsphere-provider', git: 'https://github.com/puppetlabs/vmpooler-provider-vsphere.git'
gem 'vmpooler', git: 'https://github.com/puppetlabs/vmpooler.git'
gem 'vmpooler-provider-gce', git: 'https://github.com/puppetlabs/vmpooler-provider-gce.git'
gem 'vmpooler-provider-vsphere', git: 'https://github.com/puppetlabs/vmpooler-provider-vsphere.git'