Skip to content

Commit 7715063

Browse files
committed
(MAINT) Bump minumum ruby version
This commit bumps the minimum ruby requirement to 2.7.
1 parent 65e9a43 commit 7715063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: puppet-strings.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.summary = 'Puppet documentation via YARD'
1313
s.email = '[email protected]'
1414
s.homepage = 'https://github.com/puppetlabs/puppet-strings'
15-
s.required_ruby_version = '>= 2.5.0'
15+
s.required_ruby_version = '>= 2.7.0'
1616

1717
s.extra_rdoc_files = [
1818
'CHANGELOG.md',

0 commit comments

Comments
 (0)