Add rbvmomi dependency

This commit is contained in:
Rishi Javia 2017-06-30 11:07:12 -07:00
parent d1f0a7b7ea
commit 1f0bfdfab4
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ Gem::Specification.new do |s|
# Run time dependencies
s.add_runtime_dependency 'stringify-hash', '~> 0.0.0'
s.add_runtime_dependency 'rbvmomi', '~> 1.9'
end