Gemfile in beaker-pe-1.41.1 vs Gemfile in beaker-pe-2.0.0
- old
+ new
@@ -10,13 +10,12 @@
else
[place, { :require => false }]
end
end
-# We don't put beaker in as a test dependency because we
-# don't want to create a transitive dependency
group :acceptance_testing do
- gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 3.0')
+ gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4.0')
+ gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || '~> 1.3')
end
if ENV['GEM_SOURCE'] =~ /artifactory\.delivery\.puppetlabs\.net/
gem "scooter", *location_for(ENV['SCOOTER_VERSION'] || '~> 3.0')
end