Gemfile in beaker-puppet-1.18.13 vs Gemfile in beaker-puppet-1.18.14
- old
+ new
@@ -14,10 +14,10 @@
end
end
group :test do
- gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4.0')
+ gem "beaker", *location_for(ENV['BEAKER_VERSION'] || ['>= 4.16.0', '< 5.0.0'])
gem "beaker-abs", *location_for(ENV['ABS_VERSION'] || '~> 0.4.0')
end
if File.exists? "#{__FILE__}.local"