Add puppet-lint to Gemfile

Change-Id: Ic0642f90f3ab9209bfa00f37c77e7deb5d291707
This commit is contained in:
Mathieu Gagné 2013-05-21 19:42:48 -04:00
parent df12cf6d61
commit f45be92f34
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']