Skip to content

Commit

Permalink
Allow beaker 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Apr 28, 2023
1 parent f48f084 commit cfa5cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker_puppet_helpers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

# Run time dependencies
s.add_runtime_dependency 'beaker', '~> 5.1'
s.add_runtime_dependency 'beaker', '>= 4', '< 6'
s.add_runtime_dependency 'puppet-modulebuilder', '~> 0.3'
end

0 comments on commit cfa5cd4

Please sign in to comment.