Update vagrant_cloud dep for Vagrant
This commit moves up the vagrant_cloud dependency to take advantage of the new error VagrantCloud::InvalidVersion for the publish command
This commit is contained in:
parent
ca6cc140ff
commit
eaad94635c
|
@ -34,7 +34,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency "winrm", "~> 2.1"
|
||||
s.add_dependency "winrm-fs", "~> 1.0"
|
||||
s.add_dependency "winrm-elevated", "~> 1.1"
|
||||
s.add_dependency "vagrant_cloud", "~> 2.0.0"
|
||||
s.add_dependency "vagrant_cloud", "~> 2.0.2"
|
||||
|
||||
# NOTE: The ruby_dep gem is an implicit dependency from the listen gem. Later versions
|
||||
# of the ruby_dep gem impose an aggressive constraint on the required ruby version (>= 2.2.5).
|
||||
|
|
Loading…
Reference in New Issue