core: depend on Vagrant by path, rather than by version
This commit is contained in:
parent
7a78e2bca7
commit
e24f6e50b5
|
@ -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|
|
||||
|
|
Loading…
Reference in New Issue