Skip to content

Commit f12fe00

Browse files
Merge pull request #608 from puppetlabs/cat_2463_support_bolt_500
(CAT-2463) Support bolt 5.0
2 parents a8e9e1f + 4990063 commit f12fe00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet_litmus.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
EOF
2626
spec.summary = 'Providing a simple command line tool for puppet content creators, to enable simple and complex test deployments.'
2727
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.0')
28-
spec.add_runtime_dependency 'bolt', '~> 4.0'
28+
spec.add_runtime_dependency 'bolt', '>= 4.0', '< 6.0'
2929
spec.add_runtime_dependency 'docker-api', '>= 1.34', '< 3.0.0'
3030
spec.add_runtime_dependency 'parallel'
3131
spec.add_runtime_dependency 'puppet-modulebuilder', '>= 0.3.0'

0 commit comments

Comments
 (0)