Skip to content

Commit

Permalink
Merge pull request #79 from ekohl/ensure-bolt-supported-helper
Browse files Browse the repository at this point in the history
Require beaker_puppet_helpers 1.3+ for bolt_supported?
  • Loading branch information
bastelfreak authored May 2, 2024
2 parents 397055f + a877e5e commit fb0c886
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 fb0c886

Please sign in to comment.