Skip to content

Commit

Permalink
Merge pull request #579 from puppetlabs/maint_update_bolt_to_4
Browse files Browse the repository at this point in the history
Update to bolt 4
  • Loading branch information
LukasAud authored Dec 11, 2024
2 parents d85a366 + 5279ebf commit c45d076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet_litmus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
EOF
spec.summary = 'Providing a simple command line tool for puppet content creators, to enable simple and complex test deployments.'
spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
spec.add_runtime_dependency 'bolt', '~> 3.0'
spec.add_runtime_dependency 'bolt', '~> 4.0'
spec.add_runtime_dependency 'docker-api', '>= 1.34', '< 3.0.0'
spec.add_runtime_dependency 'parallel'
spec.add_runtime_dependency 'puppet-modulebuilder', '>= 0.3.0'
Expand Down

0 comments on commit c45d076

Please sign in to comment.