Update puppet-lint pin to 2.3.6

Change-Id: I65a30c2309bdbd1e83d2b067b6f04d1df216b626
This commit is contained in:
Tobias Urdin 2018-10-31 17:49:32 +01:00
parent b2992debda
commit c8a1987955
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
# dependencies that are needed to run puppet-lint and rspec-puppet
# NOTE(mwhahaha): pinning to 2.3.0 as 2.3.1 just fails siliently
spec.add_dependency 'puppet-lint', ['2.3.0']
spec.add_dependency 'puppet-lint', ['2.3.6']
spec.add_dependency 'puppetlabs_spec_helper'
puppetversion = ENV.key?('PUPPET_GEM_VERSION') ? ENV['PUPPET_GEM_VERSION'] : ['~> 5.5']