Skip to content

Commit

Permalink
Update beaker-puppet requirement from ~> 1.0 to >= 1, < 3
Browse files Browse the repository at this point in the history
Updates the requirements on [beaker-puppet](https://github.com/voxpupuli/beaker-puppet) to permit the latest version.
- [Release notes](https://github.com/voxpupuli/beaker-puppet/releases)
- [Changelog](https://github.com/voxpupuli/beaker-puppet/blob/master/CHANGELOG.md)
- [Commits](puppetlabs/beaker-puppet@1.0.0...2.0.0)

---
updated-dependencies:
- dependency-name: beaker-puppet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2023
1 parent cc8ce24 commit 2cc03b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker-pe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|

# Run time dependencies
s.add_runtime_dependency 'beaker', '~>4.0'
s.add_runtime_dependency 'beaker-puppet', '~>1.0'
s.add_runtime_dependency 'beaker-puppet', '>=1', '<3'
s.add_runtime_dependency 'stringify-hash', '~> 0.0.0'
s.add_runtime_dependency 'beaker-answers', '~> 0.0'
s.add_runtime_dependency 'beaker-abs'
Expand Down

0 comments on commit 2cc03b1

Please sign in to comment.