Skip to content

Commit

Permalink
beaker: Allow 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 28, 2024
1 parent e9ab7fc commit 793e41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker-vcloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'voxpupuli-rubocop', '~> 2.7.0'

# Run time dependencies
s.add_runtime_dependency 'beaker', '~> 5.8'
s.add_runtime_dependency 'beaker', '>= 5.8', '< 7'
s.add_runtime_dependency 'beaker-vmware', '~> 2.1'
s.add_runtime_dependency 'rbvmomi2', '~> 3.7', '>= 3.7.1'
s.add_runtime_dependency 'stringify-hash', '~> 0.0.0'
Expand Down

0 comments on commit 793e41b

Please sign in to comment.