Skip to content

Commit

Permalink
Merge pull request #14 from procore/gemfile_puppet_version
Browse files Browse the repository at this point in the history
Default the puppet version to 3.2
  • Loading branch information
mcasper authored Jan 3, 2017
2 parents 67bf4d1 + 24a85ca commit a06a912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "rake"
gem "puppet", ENV['PUPPET_VERSION'] || '~> 2.7.0'
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.2.0'
gem "puppet-lint"
gem "rspec-puppet"
gem "puppet-syntax"
Expand Down

0 comments on commit a06a912

Please sign in to comment.