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 c84302b commit 254fa9dCopy full SHA for 254fa9d
puppet-lint-strict_indent-check.gemspec
@@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
18
Extends puppet-lint to ensure that your manifests follow a strict indentation pattern.
19
EOF
20
21
+ spec.required_ruby_version = '>= 2.7.0'
22
+
23
spec.add_dependency 'puppet-lint', '>= 3', '< 5'
24
spec.add_development_dependency 'rspec', '~> 3.0'
25
spec.add_development_dependency 'rspec-its', '~> 1.0'
0 commit comments