Gemfile in beaker-pe-2.0.2 vs Gemfile in beaker-pe-2.0.3
- old
+ new
@@ -15,12 +15,10 @@
group :acceptance_testing do
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
+gem "scooter", *location_for(ENV['SCOOTER_VERSION'] || '~> 4.3')
gem 'deep_merge'
if File.exists? "#{__FILE__}.local"
eval(File.read("#{__FILE__}.local"), binding)