Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #710 from oxyc/vagrant-min-version
Browse files Browse the repository at this point in the history
Issue #709: Add strict vagrant version requirement for easier debugging
  • Loading branch information
geerlingguy committed Jun 6, 2016
2 parents 37536ad + f4c4390 commit 04fcf2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
VAGRANTFILE_API_VERSION = '2'
Vagrant.require_version '>= 1.8.1'

# Absolute paths on the host machine.
host_drupalvm_dir = File.dirname(File.expand_path(__FILE__))
Expand Down

0 comments on commit 04fcf2f

Please sign in to comment.