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 a8e9e1f + 4990063 commit f12fe00Copy full SHA for f12fe00
puppet_litmus.gemspec
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
EOF
26
spec.summary = 'Providing a simple command line tool for puppet content creators, to enable simple and complex test deployments.'
27
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.0')
28
- spec.add_runtime_dependency 'bolt', '~> 4.0'
+ spec.add_runtime_dependency 'bolt', '>= 4.0', '< 6.0'
29
spec.add_runtime_dependency 'docker-api', '>= 1.34', '< 3.0.0'
30
spec.add_runtime_dependency 'parallel'
31
spec.add_runtime_dependency 'puppet-modulebuilder', '>= 0.3.0'
0 commit comments