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