Gemfile in beaker-pe-1.32.0 vs Gemfile in beaker-pe-1.34.0
- old
+ new
@@ -16,10 +16,10 @@
# don't want to create a transitive dependency
group :acceptance_testing do
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 3.0')
end
-if ENV['GEM_SOURCE'] =~ /rubygems\.delivery\.puppetlabs\.net/
+if ENV['GEM_SOURCE'] =~ /artifactory\.delivery\.puppetlabs\.net/
gem "scooter", *location_for(ENV['SCOOTER_VERSION'] || '~> 3.0')
end
if File.exists? "#{__FILE__}.local"
eval(File.read("#{__FILE__}.local"), binding)