Skip to content

Commit 1272ff5

Browse files
committed
(CONT-339) Lower ruby requirement
To make puppet-lint more accessible and usable in Puppet 6 environments, this commit lowers the required Ruby version to 2.5.
1 parent bbcb5c2 commit 1272ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet-lint.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
3232
]
3333
spec.license = 'MIT'
3434

35-
spec.required_ruby_version = Gem::Requirement.new('>= 2.7'.freeze)
35+
spec.required_ruby_version = Gem::Requirement.new('>= 2.5'.freeze)
3636
end

0 commit comments

Comments
 (0)