Revert "core: check for Ruby 2.0"

This reverts commit 9be6b4f0d3.
This commit is contained in:
Mitchell Hashimoto 2013-12-01 23:04:11 -08:00
parent 27a35194fa
commit 98fa06044c
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
# Do a Ruby version check early so we can fail fast before any additional
# files are loaded.
if RUBY_VERSION < "2.0.0"
abort "Vagrant requires Ruby 2.0+"
end
require 'log4r' require 'log4r'
require 'rubygems' require 'rubygems'