Skip to content

Commit

Permalink
Merge pull request #272 from nmburgan/issue/pe-37784_beaker_5
Browse files Browse the repository at this point in the history
(PE-37784) Remove upper bound for beaker-puppet
  • Loading branch information
nmburgan authored May 22, 2024
2 parents 90d3f7d + 9da9065 commit ea6920b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
beaker (>= 4.0, < 6)
beaker-abs
beaker-answers (~> 0.0)
beaker-puppet (>= 1, < 3)
beaker-puppet (>= 1)
beaker-vmpooler (~> 1.0)
stringify-hash (~> 0.0.0)

Expand Down
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', '< 6'
s.add_runtime_dependency 'beaker-puppet', '>=1', '<3'
s.add_runtime_dependency 'beaker-puppet', '>=1'
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 ea6920b

Please sign in to comment.