We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cabaa8d + f98d4db commit e0aa68cCopy full SHA for e0aa68c
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