Skip to content

Commit 1868e60

Browse files
committed
(CAT-2281) Remove puppet 7 infrastructure
Puppet 7 is EOL. Therefore, we can remove the test infrastructure for it. This commit aims to clear up any testing/config infrastructure related to Puppet 7 and, by extension, Ruby 2.7.
1 parent 181e573 commit 1868e60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require:
44
- rubocop-rspec
55
AllCops:
66
DisplayCopNames: true
7-
TargetRubyVersion: '2.7'
7+
TargetRubyVersion: '3.1'
88
SuggestExtensions: false
99
Include:
1010
- "**/*.rb"

puppet-lint-check_unsafe_interpolations.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
EOF
2121
spec.homepage = 'https://github.com/puppetlabs/puppet-lint-check_unsafe_interpolations'
2222
spec.license = 'Apache-2.0'
23-
spec.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze)
23+
spec.required_ruby_version = Gem::Requirement.new(">= 3.1".freeze)
2424

2525
spec.add_dependency 'puppet-lint', '~> 4.0'
2626
end

0 commit comments

Comments
 (0)