You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into the following error when trying to install the plugin on my OSX Sierra setup with the latest vagrant (2.2.6):
$ vagrant plugin install vagrant-google
Installing the 'vagrant-google' plugin. This can take a few minutes...
Vagrant failed to properly resolve required dependencies. These
errors can commonly be caused by misconfigured plugin installations
or transient network issues. The reported error is:
activesupport requires Ruby version >= 2.5.0.
I'm running into the following error when trying to install the plugin on my OSX Sierra setup with the latest vagrant (2.2.6):
The OS version of ruby is 2.3.7:
So I tried installing RVM and ruby 2.6.3 to get past the issue, but it hasn't helped anything:
I have no clue how to control which ruby binary vagrant is using, and Google hasn't proven all that helpful in helping set that.
The text was updated successfully, but these errors were encountered: