Gemfile in beaker-pe-1.40.0 vs Gemfile in beaker-pe-1.40.1
- old
+ new
@@ -20,8 +20,10 @@
if ENV['GEM_SOURCE'] =~ /artifactory\.delivery\.puppetlabs\.net/
gem "scooter", *location_for(ENV['SCOOTER_VERSION'] || '~> 3.0')
end
+gem 'deep_merge'
+
if File.exists? "#{__FILE__}.local"
eval(File.read("#{__FILE__}.local"), binding)
end