mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 08:34:04 -04:00
Remove require version comment in the Vagrantfile
This commit is contained in:
parent
5df6828889
commit
fc62a63899
1 changed files with 0 additions and 1 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue