Gemfile in onceover-3.9.0 vs Gemfile in onceover-3.10.0

- old
+ new

@@ -1,8 +1,12 @@ source 'https://rubygems.org' gemspec +if ENV['PUPPET_VERSION'] + gem 'puppet', ENV['PUPPET_VERSION'] +end + # Evaluate Gemfile.local if it exists if File.exists? "#{__FILE__}.local" eval(File.read("#{__FILE__}.local"), binding) end