Skip to content

Commit 9cd9505

Browse files
author
Samuel Beaulieu
committed
(maint) Add the ec2 provider to our prod-all-providers Gemfile
this will allow to build a prod image that includes the ec2 code
1 parent 229b926 commit 9cd9505

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/prod-all-providers/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
22

33
gem 'vmpooler', '~> 2.4'
4+
gem 'vmpooler-provider-ec2', '~> 0.0.1'
5+
gem 'vmpooler-provider-gce', '~> 0.4'
46
gem 'vmpooler-provider-vsphere', '~> 1.6'
5-
gem 'vmpooler-provider-gce', '~> 0.3'

0 commit comments

Comments
 (0)