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 have some issues with the installer process, because I got the following error
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:
An error occurred while installing rack (2.0.1), and Bundler cannot continue.
Make sure that `gem install rack -v '2.0.1'` succeeds before bundling.
Gem::InstallError: rack requires Ruby version >= 2.2.2.
I ran into the exactly same issue and fixed by these steps:
Install newer version of ruby (which you already done)
Reinstall vagrant (or upgrade to the latest version)
I think the issue is that the ruby that you install vagrant will be used to install its plugins. If you later upgrade ruby, vagrant won't pick up the new ruby that you just install.
I have some issues with the installer process, because I got the following error
The problem is my ruby version is superior
also I can install the gem without problems
But I install process still fail after execute
The text was updated successfully, but these errors were encountered: