From 64bb46a3cc197e58c38c7137d461a9df1e2a4b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Gagne=CC=81?= Date: Thu, 9 May 2013 18:06:44 -0400 Subject: [PATCH] Add puppet-lint to Gemfile Change-Id: I256918c7fc083ca621f75ccb73ad76fd4005063d --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 7dde5a97..89f2e1b2 100644 --- a/Gemfile +++ b/Gemfile @@ -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']