Skip to content

Commit

Permalink
Merge pull request #326 from puppetlabs/maint-bump-ruby-version
Browse files Browse the repository at this point in the history
(MAINT) Bump ruby version
  • Loading branch information
LukasAud authored Oct 21, 2022
2 parents f36cab6 + 7715063 commit 88bbbce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ AllCops:
- "**/Guardfile"
- '**/*.erb'
- 'lib/puppet-strings/yard/templates/**/*'
SuggestExtensions: false
Layout/LineLength:
Description: People have wide screens, use them.
Max: 200
Expand Down
2 changes: 1 addition & 1 deletion puppet-strings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = 'Puppet documentation via YARD'
s.email = 'info@puppet.com'
s.homepage = 'https://github.com/puppetlabs/puppet-strings'
s.required_ruby_version = '>= 2.5.0'
s.required_ruby_version = '>= 2.7.0'

s.extra_rdoc_files = [
'CHANGELOG.md',
Expand Down

0 comments on commit 88bbbce

Please # to comment.