Add puppet-lint to Gemfile

Change-Id: I256918c7fc083ca621f75ccb73ad76fd4005063d
This commit is contained in:
Mathieu Gagné 2013-05-09 18:06:44 -04:00
parent ddf5ed4bb8
commit 64bb46a3cc
1 changed files with 1 additions and 0 deletions

View File

@ -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']