Remove require version comment in the Vagrantfile

This commit is contained in:
Eric Lippmann 2015-01-22 10:37:44 +01:00
parent 5df6828889
commit fc62a63899
1 changed files with 0 additions and 1 deletions

1
Vagrantfile vendored
View File

@ -4,7 +4,6 @@
VAGRANTFILE_API_VERSION = "2"
VAGRANT_REQUIRED_VERSION = "1.5.0"
# Require 1.2.x at least
if ! defined? Vagrant.require_version
if Gem::Version.new(Vagrant::VERSION) < Gem::Version.new(VAGRANT_REQUIRED_VERSION)
puts "Vagrant >= " + VAGRANT_REQUIRED_VERSION + " required. Your version is " + Vagrant::VERSION