Skip to content

Commit 5ef8ca1

Browse files
committed
(CONT-237) - Set minimum puppet version to 6.0
1 parent e14312b commit 5ef8ca1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

puppetlabs_spec_helper.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ Gem::Specification.new do |spec|
2626
spec.executables = Dir['bin/**/*'].map { |f| File.basename(f) }
2727
spec.require_paths = ['lib']
2828

29-
spec.required_ruby_version = Gem::Requirement.new('>= 2.7'.freeze)
29+
spec.required_ruby_version = Gem::Requirement.new('>= 2.7')
3030

3131
spec.add_runtime_dependency 'mocha', '~> 1.0'
3232
spec.add_runtime_dependency 'pathspec', '~> 1.0'
3333
spec.add_runtime_dependency 'puppet-lint', '~> 3.0'
3434
spec.add_runtime_dependency 'puppet-syntax', '~> 3.0'
3535
spec.add_runtime_dependency 'rspec-github', '~> 2.0'
3636
spec.add_runtime_dependency 'rspec-puppet', '~> 2.0'
37+
38+
spec.requirements << 'puppet, >= 6.0.0'
3739
end

0 commit comments

Comments
 (0)