We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f36cab6 + 7715063 commit 88bbbceCopy full SHA for 88bbbce
.rubocop.yml
@@ -20,6 +20,7 @@ AllCops:
20
- "**/Guardfile"
21
- '**/*.erb'
22
- 'lib/puppet-strings/yard/templates/**/*'
23
+ SuggestExtensions: false
24
Layout/LineLength:
25
Description: People have wide screens, use them.
26
Max: 200
puppet-strings.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
s.summary = 'Puppet documentation via YARD'
13
s.email = 'info@puppet.com'
14
s.homepage = 'https://github.com/puppetlabs/puppet-strings'
15
- s.required_ruby_version = '>= 2.5.0'
+ s.required_ruby_version = '>= 2.7.0'
16
17
s.extra_rdoc_files = [
18
'CHANGELOG.md',
0 commit comments