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

Adding gems to a specific group #26

Open
ankitrg opened this issue Aug 30, 2017 · 1 comment
Open

Adding gems to a specific group #26

ankitrg opened this issue Aug 30, 2017 · 1 comment

Comments

@ankitrg
Copy link

ankitrg commented Aug 30, 2017

In a rails app I have multiple group like development, test, etc. I want to add the gem to a specific group. Is there a way to do this?

@pixelastic
Copy link

pixelastic commented Oct 30, 2017

npm has npm install --save and npm install --save-dev; yarn has yarn add --dev.

I would also be interested in being able to run gemrat --group 'development' to add the gem to the correct group.

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

2 participants