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 cbc89f6 commit 0a14743Copy full SHA for 0a14743
puppet-lint-strict_indent-check.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
Extends puppet-lint to ensure that your manifests follow a strict indentation pattern.
18
EOF
19
20
- spec.add_dependency 'puppet-lint', '> 1.0'
+ spec.add_dependency 'puppet-lint', '>= 1.0', '< 4'
21
spec.add_development_dependency 'rspec', '~> 3.0'
22
spec.add_development_dependency 'rspec-its', '~> 1.0'
23
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.0'
0 commit comments