DruRly / gemrat

Save Time. Add the latest version of gems to your Gemfile from the command line.
http://bit.ly/18O9sNO
MIT License
170 stars 12 forks source link

Adding gems to a specific group #26

Open ankitrg opened 6 years ago

ankitrg commented 6 years ago

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 commented 6 years ago

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.