Make the bundler environment error more correct
This commit is contained in:
parent
53667d44db
commit
d404eee770
|
@ -114,11 +114,11 @@ en:
|
||||||
occurring. Please wait for the other instance of Vagrant to end and then
|
occurring. Please wait for the other instance of Vagrant to end and then
|
||||||
try again.
|
try again.
|
||||||
gem_command_in_bundler: |-
|
gem_command_in_bundler: |-
|
||||||
You cannot run the `vagrant gem` command while in a bundler environment.
|
You cannot run the `vagrant plugin` command while in a bundler environment.
|
||||||
Bundler messes around quite a bit with the RubyGem load paths and gems
|
This should generally never happen unless Vagrant is installed outside
|
||||||
installed via `vagrant gem` are excluded by Bundler.
|
of the official installers or another gem is wrongly attempting to
|
||||||
|
use Vagrant internals directly. Please properly install Vagrant to
|
||||||
Instead, please include your Vagrant plugins in your Gemfile itself.
|
fix this. If this error persists, please contact support.
|
||||||
guest:
|
guest:
|
||||||
invalid_class: |-
|
invalid_class: |-
|
||||||
The specified guest class does not inherit from a proper guest
|
The specified guest class does not inherit from a proper guest
|
||||||
|
|
Loading…
Reference in New Issue