From bde688a26ecb934000323c5b7b19bd7371f03f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 20:02:38 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 26eef16..82d5269 100644 --- a/Gemfile +++ b/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'