We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1123b96 commit c1a0831Copy full SHA for c1a0831
vSphere.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
s.description = 'Enables Vagrant to manage machines with VMWare vSphere.'
13
14
# force the use of Nokogiri 1.5.x to prevent conflicts with older versions of zlib
15
- s.add_dependency 'nokogiri', '>=1.5'
+ s.add_dependency 'nokogiri', '~>1.5'
16
# force the use of rbvmomi 1.6.x to get around this issue: https://github.com/vmware/rbvmomi/pull/32
17
s.add_dependency 'rbvmomi', '~> 1.6.0'
18
s.add_dependency 'i18n', '~> 0.6.4'
0 commit comments