vmpooler-deployment/docker/test-all-providers/Gemfile
Gene Liverman 38b4b5a98e
Update Gemfile to include GCE provider
This also updates the info about the other two gems to be more current.
2021-12-07 10:45:01 -05:00

6 lines
338 B
Ruby

source ENV['GEM_SOURCE'] || 'https://rubygems.org'
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'