Pin puppet-lint-absolute_classname-check to 0.1.3

https://github.com/voxpupuli/puppet-lint-absolute_classname-check/issues/6

Change-Id: Ib0f1ce09b589630c6d09c8588246dafae2f2d387
This commit is contained in:
Emilien Macchi 2016-06-22 22:39:30 -04:00
parent 203e9256f4
commit 61f31831bd
1 changed files with 2 additions and 1 deletions

View File

@ -4,9 +4,10 @@ group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', '~> 1.1'
gem 'puppet-lint-absolute_classname-check'
gem 'puppet-lint-absolute_template_path'
gem 'puppet-lint-trailing_newline-check'
# https://github.com/voxpupuli/puppet-lint-absolute_classname-check/issues/6
gem 'puppet-lint-absolute_classname-check', '0.1.3', :require => 'false'
# Puppet 4.x related lint checks
gem 'puppet-lint-unquoted_string-check'