Skip to content

Commit c1a0831

Browse files
committed
Typo correction
1 parent 1123b96 commit c1a0831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vSphere.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.description = 'Enables Vagrant to manage machines with VMWare vSphere.'
1313

1414
# force the use of Nokogiri 1.5.x to prevent conflicts with older versions of zlib
15-
s.add_dependency 'nokogiri', '>=1.5'
15+
s.add_dependency 'nokogiri', '~>1.5'
1616
# force the use of rbvmomi 1.6.x to get around this issue: https://github.com/vmware/rbvmomi/pull/32
1717
s.add_dependency 'rbvmomi', '~> 1.6.0'
1818
s.add_dependency 'i18n', '~> 0.6.4'

0 commit comments

Comments
 (0)