Skip to content

Commit

Permalink
(PE-37784) Remove upper bound for beaker-puppet
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Burgan-Illig committed May 22, 2024
1 parent e3a0c6d commit bce32dd
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 bce32dd

Please sign in to comment.