diff --git a/Gemfile b/Gemfile index 97f7a38..3b28d93 100644 --- a/Gemfile +++ b/Gemfile @@ -8,9 +8,9 @@ end gem 'metadata-json-lint' gem 'puppetlabs_spec_helper', '>= 0.1.0' -gem 'puppet-lint', '>= 1.0.0' gem 'facter', '>= 1.7.0' gem 'rspec-puppet' +gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git' # rspec must be v2 for ruby 1.8.7 if RUBY_VERSION >= '1.8.7' and RUBY_VERSION < '1.9'