gemrat icon indicating copy to clipboard operation
gemrat copied to clipboard

Adding gems to a specific group

Open ankitrg opened this issue 8 years ago • 1 comments

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?

ankitrg avatar Aug 30 '17 06:08 ankitrg

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.

pixelastic avatar Oct 30 '17 15:10 pixelastic