core: depend on Vagrant by path, rather than by version

This commit is contained in:
Mitchell Hashimoto 2014-01-07 14:04:13 -08:00
parent 7a78e2bca7
commit e24f6e50b5
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ module Vagrant
gemfile.puts(%Q[source "#{source}"])
end
gemfile.puts(%Q[gem "vagrant", "= #{Vagrant::VERSION}"])
gemfile.puts(%Q[gem "vagrant", path: "#{Vagrant.source_root}"])
gemfile.puts("group :plugins do")
plugins.each do |name, plugin|