Skip to content

Commit

Permalink
Relax the dependency on rbvmomi
Browse files Browse the repository at this point in the history
Allow updating to the most recent version 2.3
  • Loading branch information
agrare committed Feb 14, 2020
1 parent fd2db33 commit 51142e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmware_web_service.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "handsoap", "~>0.2.5"
spec.add_dependency "httpclient", "~>2.8.0"
spec.add_dependency "more_core_extensions", "~>3.2"
spec.add_dependency "rbvmomi", "~>2.0.0"
spec.add_dependency "rbvmomi", "~>2.0"

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'codeclimate-test-reporter', '~> 1.0.0'
Expand Down

0 comments on commit 51142e8

Please sign in to comment.