Skip to content

Commit

Permalink
Merge pull request #87 from puppetlabs/CONT-339-lower_ruby_requirement
Browse files Browse the repository at this point in the history
(CONT-339) Lower Ruby requirement
  • Loading branch information
jordanbreen28 authored Feb 23, 2023
2 parents bbcb5c2 + 1272ff5 commit 9326776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
]
spec.license = 'MIT'

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

0 comments on commit 9326776

Please sign in to comment.