Skip to content

Commit

Permalink
Sort dependencies alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Aug 23, 2023
1 parent 75a6e7c commit e6a7316
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 @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "fog-vcloud-director", "~> 0.3.0"
spec.add_dependency "ffi-vix_disk_lib", "~>1.3", ">= 1.3.1"
spec.add_dependency "fog-vcloud-director", "~> 0.3.0"
spec.add_dependency "rbvmomi2", "~>3.5"
spec.add_dependency "vmware_web_service", "~>3.2"
spec.add_dependency "vsphere-automation-sdk", "~>0.4.7"
Expand Down

0 comments on commit e6a7316

Please sign in to comment.