Add puppet-lint to Gemfile

Change-Id: I43a156e119742fe598796053da149e2f3c6dd465
This commit is contained in:
Mathieu Gagné 2013-05-21 19:43:34 -04:00
parent 93f5765bb2
commit f520d4e548

@ -2,6 +2,7 @@ source 'https://rubygems.org'
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', '~> 0.3.2'
end
if puppetversion = ENV['PUPPET_GEM_VERSION']