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
If you have installed ruby2.3 and you run the script with script/bootstrap then the script will fail at line 21 (bundle install --quiet) since it doesn't have the library bundle. It is suppose to be installed before but since the code says "gem install bundler" it wont install the lib for gem2.3.
Quick solution is to run gem2.3 install bundler.
The text was updated successfully, but these errors were encountered:
If you have installed ruby2.3 and you run the script with script/bootstrap then the script will fail at line 21 (bundle install --quiet) since it doesn't have the library bundle. It is suppose to be installed before but since the code says "gem install bundler" it wont install the lib for gem2.3.
Quick solution is to run gem2.3 install bundler.
The text was updated successfully, but these errors were encountered: