Skip to content

Commit

Permalink
Shift fog-vcloud-director version to 0.1.10
Browse files Browse the repository at this point in the history
With this commit we shift gem version because WebMKS console depends
on some API calls that were only implemented in this version of the
gem. Also, since the new gem shifts default version from 5.1 -> 5.5
and due to a bug that CloudProvider always uses default version no
matter what version is stored in VMDB - we update the spec to match
the new default.

Signed-off-by: Miha Pleško <miha.plesko@xlab.si>
  • Loading branch information
miha-plesko committed Apr 3, 2018
1 parent 961b39a commit e0eec13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-providers-vmware.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,lib}/**/*"]

s.add_dependency("fog-vcloud-director", ["~> 0.1.9"])
s.add_dependency("fog-vcloud-director", ["~> 0.1.10"])
s.add_dependency "fog-core", "~>1.40"
s.add_dependency "vmware_web_service", "~>0.2.6"
s.add_dependency "rbvmomi", "~>1.11.3"
Expand Down

0 comments on commit e0eec13

Please sign in to comment.