vagrant/plugins/commands/box
Brian Cain 06799402ed
Fixup: Ensure Gem::Version.new does not receive nil value
This commit fixes an issue where Gem::Version.new could recieve a nil
value if no addtional box updates are available. For some versions of
ruby, this is actually an error case. This commit fixes that by
converting it to an integer to prevent an exception.

Issue reference: https://github.com/rubygems/rubygems/issues/2359
2019-11-14 14:51:29 -08:00
..
command Fixup: Ensure Gem::Version.new does not receive nil value 2019-11-14 14:51:29 -08:00
plugin.rb core: Get rid of code that deals with box info on a separate statefile 2013-10-29 13:09:24 -02:00