Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script/bootstrap error with ruby2.3 #8

Open
ricardobiundo opened this issue Dec 2, 2017 · 0 comments
Open

script/bootstrap error with ruby2.3 #8

ricardobiundo opened this issue Dec 2, 2017 · 0 comments

Comments

@ricardobiundo
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant