mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Update rbvmomi requirement from ~> 2.1 to >= 2.1, < 4.0
Updates the requirements on [rbvmomi](https://github.com/vmware/rbvmomi) to permit the latest version. - [Release notes](https://github.com/vmware/rbvmomi/releases) - [Commits](https://github.com/vmware/rbvmomi/compare/v2.1.0...v2.4.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
733506fdd9
commit
d0f4ccb133
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'rack', '~> 2.2'
|
||||
s.add_dependency 'rake', '~> 13.0'
|
||||
s.add_dependency 'redis', '~> 4.1'
|
||||
s.add_dependency 'rbvmomi', '~> 2.1'
|
||||
s.add_dependency 'rbvmomi', '>= 2.1', '< 4.0'
|
||||
s.add_dependency 'sinatra', '~> 2.0'
|
||||
s.add_dependency 'prometheus-client', '~> 2.0'
|
||||
s.add_dependency 'net-ldap', '~> 0.16'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue