mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
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:
parent
2eacaec20d
commit
38b4b5a98e
2 changed files with 59 additions and 15 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue