Skip to content

Commit

Permalink
Merge pull request #273 from nmburgan/issue/main/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 e3a0c6d + bce32dd commit b20a18e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 (~> 1.0)
beaker-puppet (>= 1, < 3)
beaker-puppet (>= 1)
beaker-vmpooler (~> 1.0)
stringify-hash (~> 0.0.0)

Expand Down Expand Up @@ -219,4 +219,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.3.23
2.4.22
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', '~> 1.0'
s.add_runtime_dependency 'beaker-abs'
Expand Down

0 comments on commit b20a18e

Please sign in to comment.