Skip to content

Commit 88bbbce

Browse files
authored
Merge pull request #326 from puppetlabs/maint-bump-ruby-version
(MAINT) Bump ruby version
2 parents f36cab6 + 7715063 commit 88bbbce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .rubocop.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ AllCops:
2020
- "**/Guardfile"
2121
- '**/*.erb'
2222
- 'lib/puppet-strings/yard/templates/**/*'
23+
SuggestExtensions: false
2324
Layout/LineLength:
2425
Description: People have wide screens, use them.
2526
Max: 200

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)