Skip to content

Commit

Permalink
Merge pull request #218 from puppetlabs/dependabot/bundler/beaker-pup…
Browse files Browse the repository at this point in the history
…pet-gte-1-and-lt-3

Update beaker-puppet requirement from ~> 1.0 to >= 1, < 3
  • Loading branch information
yachub committed May 10, 2023
2 parents 56f6701 + 6bd6436 commit a2b4a2f
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 a2b4a2f

Please sign in to comment.