-
Notifications
You must be signed in to change notification settings - Fork 133
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
[Proposal] Add support for a default-gems file #31
Comments
@thiagoa it looks like |
@Stratus3D I opened another PR to fix it up. Sorry for the hassle! |
I think the desired functionality is there – I tested it today and it works as one would expect. Can this be closed? |
@breunigs thanks. Yes everything should be there now. |
I came across this article about the default-gems feature in rbenv: https://philna.sh/blog/2017/03/22/always-install-bundler-alongside-ruby-with-rbenv/ Might be a nice feature to add to asdf-ruby at some point. Not a high priority but definitely could be nice to have.
If anyone wants to contribute to
asdf-ruby
I think this might be an easy way to start. This feature should be relatively easy to implement:.default-gems
in the user's home directory.gem install $gem
command. Make sure to check the exit code and print an appropriate error message if a gem install fails. It may be possible to pass all the gems togem install
at once, I'm not familiar with the inputgem install
will accept.The text was updated successfully, but these errors were encountered: