Skip to content

Commit 047caf7

Browse files
authored
Merge pull request #378 from bastelfreak/lint
puppet-lint: Allow 3.x
2 parents 35fb701 + d13e315 commit 047caf7

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', '~> 2.5.2'
33+
spec.add_runtime_dependency 'puppet-lint', '>= 2.5.2', '< 4.0.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)