Skip to content

Commit

Permalink
Require Beaker 5.0
Browse files Browse the repository at this point in the history
Beaker 5.0.0 was released in March 2023 and all development effort is
now focused on that stream. This commit updates beaker-puppet to
require at least Beaker 5.0.
  • Loading branch information
mhashizume committed Feb 7, 2024
1 parent 460fae2 commit 0c6df45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker-puppet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'beaker-vmpooler', '~> 1.4'

# Run time dependencies
s.add_runtime_dependency 'beaker', '~> 4.1'
s.add_runtime_dependency 'beaker', '~> 5.0'
s.add_runtime_dependency 'oga', '~> 3.4'
end

0 comments on commit 0c6df45

Please sign in to comment.