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 cabaa8d commit f98d4dbCopy full SHA for f98d4db
puppet-lint-check_unsafe_interpolations.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
EOF
21
spec.homepage = 'https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations'
22
spec.license = 'Apache-2.0'
23
- spec.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze)
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze)
24
25
spec.add_dependency 'puppet-lint', '>= 1.0', '< 4'
26
end
0 commit comments