-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Bundle update gems in a group only #2723
Comments
Is this a feature you want frequently? You can update multiple gems by running bundle update gem1 gem2. I'm happy to accept this patch if this provides a useful feature, but I'm a bit hesitant since I haven't seen a lot of people ask for it in the past. |
It would be very handy to have. Especially when coming back to older projects and want to update all the testing gems etc. |
Ah, that makes sense. Okay, I think I buy the argument. I'll try to get back to the pull request that adds it and get it reviewed and merged. On Wed, Dec 18, 2013 at 9:16 PM, Rob Zolkos [email protected]
|
+1 on this feature. It would be very handy as this comes up quite often and it hurts when you have to do this over and over again. |
Not sure if this is an existing feature (if not then this is a feature request :) )
Would like to
bundle update --group test
and have bundler only update the gems in the test group (or any other that I specifiy). At the moment we can exclude groups.Thoughts?
The text was updated successfully, but these errors were encountered: