Update the default puppet gem

This commit is contained in:
Nate Riffe
2016-10-16 07:08:06 -05:00
parent f5429e62b2
commit 6eb6193290
2 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
if ENV.include?('PUPPET_VERSION')
puppetversion = "~>#{ENV['PUPPET_VERSION']}"
else
puppetversion = '~>3.7.0'
puppetversion = '~>4.5.0'
end
gem 'rake'