Bump puppet-lint version
This commit is contained in:
parent
5a786c6d49
commit
3096ea1e7d
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
--fail-on-warnings
|
||||
--relative
|
||||
--no-80chars
|
||||
--no-140chars
|
||||
--no-class_inherits_from_params_class-check
|
||||
--relative
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -10,7 +10,7 @@ end
|
|||
gem 'puppet', ENV.key?('PUPPET_VERSION') ? "~> #{ENV['PUPPET_VERSION']}.0" : '>= 2.7'
|
||||
gem 'rspec-puppet', '~> 2.0'
|
||||
gem 'puppetlabs_spec_helper', '>= 0.1.0'
|
||||
gem 'puppet-lint', '>= 1'
|
||||
gem 'puppet-lint', '>= 2'
|
||||
gem 'facter', '>= 1.7.0'
|
||||
gem 'metadata-json-lint'
|
||||
|
||||
|
|
Loading…
Reference in a new issue