vagrant/plugins/commands/box/command
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
..
add.rb Change remaining box_client_cert refs 2019-01-28 08:45:24 -06:00
download_mixins.rb Add HTTPS download options to `box update` and `box outdated` 2014-09-07 23:57:34 -04:00
list.rb Correct box version sorting of box list command. 2017-03-29 00:56:42 +03:00
outdated.rb Fixup: Ensure Gem::Version.new does not receive nil value 2019-11-14 14:51:29 -08:00
prune.rb Update flag from used to active 2019-09-05 15:46:43 -07:00
remove.rb Fix operation name in help message 2016-06-08 15:05:09 +03:00
repackage.rb Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
root.rb Add new `prune` command as discussed in: #6863 #5633 2016-11-09 09:19:49 +01:00
update.rb Continue updating environment boxes if metadata not found 2019-05-08 09:04:45 -07:00