Merge pull request #7283 from hedinfaok/patch-1
Adds instructions concerning Bundler versions
This commit is contained in:
commit
788bd557c4
|
@ -66,7 +66,12 @@ allows you to add multiple plugins to Vagrant for development, if
|
||||||
your plugin works with another plugin.
|
your plugin works with another plugin.
|
||||||
|
|
||||||
With this structure in place, your workflow should be like any other
|
With this structure in place, your workflow should be like any other
|
||||||
Ruby project. When you want to manually test your plugin, use
|
Ruby project, with one exception. Because Vagrant uses the internal
|
||||||
|
APIs of Bundler, see [Installing Vagrant from Source](https://github.com/mitchellh/vagrant/wiki/Installing-Vagrant-from-Source)
|
||||||
|
for tips on using the correct version of Bundler to install
|
||||||
|
dependencies.
|
||||||
|
|
||||||
|
When you want to manually test your plugin, use
|
||||||
`bundle exec vagrant` in order to run Vagrant with your plugin
|
`bundle exec vagrant` in order to run Vagrant with your plugin
|
||||||
loaded (as we specified in the Gemfile).
|
loaded (as we specified in the Gemfile).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue