Merge pull request #7283 from hedinfaok/patch-1

Adds instructions concerning Bundler versions
This commit is contained in:
Seth Vargo 2016-05-04 13:16:33 -05:00
commit 788bd557c4
1 changed files with 6 additions and 1 deletions

View File

@ -66,7 +66,12 @@ allows you to add multiple plugins to Vagrant for development, if
your plugin works with another plugin.
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
loaded (as we specified in the Gemfile).