Use puppet-lint from git as rubygems is not updated
This commit is contained in:
parent
dd970dbaa5
commit
a76ec2fd38
2
Gemfile
2
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', '~> 2.0'
|
||||
gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git'
|
||||
gem 'puppet-lint-absolute_classname-check'
|
||||
gem 'puppet-lint-alias-check'
|
||||
gem 'puppet-lint-empty_string-check'
|
||||
|
Loading…
x
Reference in New Issue
Block a user