We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133216c commit c84302bCopy full SHA for c84302b
puppet-lint-strict_indent-check.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
Extends puppet-lint to ensure that your manifests follow a strict indentation pattern.
19
EOF
20
21
- spec.add_dependency 'puppet-lint', '>= 1.0', '< 4'
+ spec.add_dependency 'puppet-lint', '>= 3', '< 5'
22
spec.add_development_dependency 'rspec', '~> 3.0'
23
spec.add_development_dependency 'rspec-its', '~> 1.0'
24
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.0'
0 commit comments