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.
1 parent e14312b commit 5ef8ca1Copy full SHA for 5ef8ca1
puppetlabs_spec_helper.gemspec
@@ -26,12 +26,14 @@ Gem::Specification.new do |spec|
26
spec.executables = Dir['bin/**/*'].map { |f| File.basename(f) }
27
spec.require_paths = ['lib']
28
29
- spec.required_ruby_version = Gem::Requirement.new('>= 2.7'.freeze)
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.7')
30
31
spec.add_runtime_dependency 'mocha', '~> 1.0'
32
spec.add_runtime_dependency 'pathspec', '~> 1.0'
33
spec.add_runtime_dependency 'puppet-lint', '~> 3.0'
34
spec.add_runtime_dependency 'puppet-syntax', '~> 3.0'
35
spec.add_runtime_dependency 'rspec-github', '~> 2.0'
36
spec.add_runtime_dependency 'rspec-puppet', '~> 2.0'
37
+
38
+ spec.requirements << 'puppet, >= 6.0.0'
39
end
0 commit comments