Gemfile in beaker-puppet-0.8.0 vs Gemfile in beaker-puppet-0.9.0
- old
+ new
@@ -15,9 +15,10 @@
end
group :test do
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 3.24')
+ gem "beaker-abs", *location_for(ENV['ABS_VERSION'] || '~> 0.4.0')
end
if File.exists? "#{__FILE__}.local"
eval(File.read("#{__FILE__}.local"), binding)