Skip to content

Commit 6cf4888

Browse files
author
jordanbreen28
committed
(CAT-1430) - Require puppet-lint ~> 4.0
1 parent 9ecb7ab commit 6cf4888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppetlabs_spec_helper.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030

3131
spec.add_runtime_dependency 'mocha', '~> 1.0'
3232
spec.add_runtime_dependency 'pathspec', '>= 0.2', '< 2.0.0'
33-
spec.add_runtime_dependency 'puppet-lint', '>= 3.0.0'
33+
spec.add_runtime_dependency 'puppet-lint', '~> 4.0'
3434
spec.add_runtime_dependency 'puppet-syntax', '~> 3.0'
3535
spec.add_runtime_dependency 'rspec-github', '~> 2.0'
3636
spec.add_runtime_dependency 'rspec-puppet', '>= 2.0'

0 commit comments

Comments
 (0)