From 890e988ccd94e8ca90f542073fcd90d98cfacd0f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 2 Sep 2014 09:11:37 -0700 Subject: [PATCH] core: Be more explicit about requiring version --- lib/vagrant/environment.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant/environment.rb b/lib/vagrant/environment.rb index 559e4b164..e9557f2bc 100644 --- a/lib/vagrant/environment.rb +++ b/lib/vagrant/environment.rb @@ -10,6 +10,7 @@ require 'log4r' require 'vagrant/util/file_mode' require 'vagrant/util/platform' require "vagrant/vagrantfile" +require "vagrant/version" module Vagrant # A "Vagrant environment" represents a configuration of how Vagrant