From 65e9a4338ad9557371de8df7ad6b2173c59483c8 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Thu, 13 Oct 2022 15:38:23 +0100 Subject: [PATCH 1/2] (MAINT) Bump target version This commit bumps rubocops target version to 2.7. --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index fec26fe29..35821c9b1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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 From 77150635f54370e33dbe540ca295a1d49061ac22 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Thu, 13 Oct 2022 15:39:10 +0100 Subject: [PATCH 2/2] (MAINT) Bump minumum ruby version This commit bumps the minimum ruby requirement to 2.7. --- puppet-strings.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-strings.gemspec b/puppet-strings.gemspec index 25f3f5bac..4c04f8994 100644 --- a/puppet-strings.gemspec +++ b/puppet-strings.gemspec @@ -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',