Skip to content

Commit

Permalink
Require beaker_puppet_helpers 1.3+ for bolt_supported?
Browse files Browse the repository at this point in the history
Version 1.3.0 comes with a new bolt_supported? helper. Puppet modules
don't directly depend on beaker_puppet_helpers, so by requiring it here
we can give a guarantee. Then the Puppet module can depend on a new
enough voxpupuli-acceptance.
  • Loading branch information
ekohl committed May 2, 2024
1 parent 397055f commit a877e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voxpupuli-acceptance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'beaker-docker', '~> 2.1'
s.add_runtime_dependency 'beaker-hiera', '~> 1.0'
s.add_runtime_dependency 'beaker-hostgenerator', '~> 2.2'
s.add_runtime_dependency 'beaker_puppet_helpers', '~> 1.0'
s.add_runtime_dependency 'beaker_puppet_helpers', '~> 1.3'
s.add_runtime_dependency 'beaker-rspec', '~> 8.0', '>= 8.0.1'
s.add_runtime_dependency 'beaker-vagrant', '~> 1.2'
s.add_runtime_dependency 'puppet-modulebuilder', '~> 1.0'
Expand Down

0 comments on commit a877e5e

Please sign in to comment.