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

use bundle to manage gems in configure #3

Open
mrbrdo opened this issue Mar 8, 2013 · 1 comment
Open

use bundle to manage gems in configure #3

mrbrdo opened this issue Mar 8, 2013 · 1 comment

Comments

@mrbrdo
Copy link
Owner

mrbrdo commented Mar 8, 2013

use "bundle install" to install gem dependencies during configure, and check return status of this command to know if gems are installed correctly (if they are not already installed they will be installed). To test error return status, add a line like gem 'blablablablabla' to the Gemfile, then bundle install should fail.

this way you don't need to check yourself if the gems are installed. but instead of that just check if the bundle command is in path and then just run bundle install in root dir.

I added the Gemfile in this commit: b354549

If you have hub (https://github.com/defunkt/hub) use

hub am https://github.com/mrbrdo/mruby_cc/commit/b3545497fa29b41397175b0f4f035f4391516c6a
@mrbrdo
Copy link
Owner Author

mrbrdo commented Mar 8, 2013

@slivnik

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