Skip to content

Commit c84302b

Browse files
committed
puppet-lint: require 3.x or newer
1 parent 133216c commit c84302b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet-lint-strict_indent-check.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
Extends puppet-lint to ensure that your manifests follow a strict indentation pattern.
1919
EOF
2020

21-
spec.add_dependency 'puppet-lint', '>= 1.0', '< 4'
21+
spec.add_dependency 'puppet-lint', '>= 3', '< 5'
2222
spec.add_development_dependency 'rspec', '~> 3.0'
2323
spec.add_development_dependency 'rspec-its', '~> 1.0'
2424
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.0'

0 commit comments

Comments
 (0)