From 0cfdf6f1feb0b80bf93f91fc4723be0bc62b8692 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 15 Nov 2016 18:55:48 -0800 Subject: [PATCH] Remove note on bundler context --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 1a8c35e78..878b179d8 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,6 @@ like so: bundle exec vagrant help -**NOTE:** By default running Vagrant via `bundle` will disable plugins. -This is necessary because Vagrant creates its own private Bundler context -(it does not respect your Gemfile), because it uses Bundler to manage plugin -dependencies. - ### Acceptance Tests Vagrant also comes with an acceptance test suite that does black-box