Skip to content

Commit

Permalink
(PE-38685) Beaker 6 upgrade
Browse files Browse the repository at this point in the history
As part of the beaker 6 upgrade for pe_acceptance_tests, I had to bump the version on beaker-pe.
My local testing of pe_acceptance_tests pointed at my local directory for beaker-pe, so I verified this
works.
  • Loading branch information
tlehman committed Jun 21, 2024
1 parent a39f25d commit 633b239
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 @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'thin'

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

0 comments on commit 633b239

Please sign in to comment.