Skip to content

Commit

Permalink
Merge pull request #215 from bastelfreak/beaker5
Browse files Browse the repository at this point in the history
Allow beaker 5
  • Loading branch information
yachub committed May 12, 2023
2 parents a2b4a2f + c9d42bf commit 1af3af3
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'
s.add_runtime_dependency 'beaker', '>= 4.0', '< 6'
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'
Expand Down

0 comments on commit 1af3af3

Please sign in to comment.