mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Update rbvmomi requirement from ~> 2.1 to ~> 3.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...v3.0.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6374f376b9
commit
bde688a26e
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -6,7 +6,7 @@ gem 'puma', '~> 4.3'
|
|||
gem 'rack', '~> 2.2'
|
||||
gem 'rake', '~> 13.0'
|
||||
gem 'redis', '~> 4.1'
|
||||
gem 'rbvmomi', '~> 2.1'
|
||||
gem 'rbvmomi', '~> 3.0'
|
||||
gem 'sinatra', '~> 2.0'
|
||||
gem 'prometheus-client', '~> 2.0'
|
||||
gem 'net-ldap', '~> 0.16'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue