thought-driven / bummr

Update your gems in separate commits. Identify any that fail your build.
MIT License
234 stars 23 forks source link

Add 'group' argument to 'bummr update' #46

Closed emilianoLeite closed 6 years ago

emilianoLeite commented 6 years ago

Motivation

Updating production gems is a process that should be treated more rigorously than updating 'development' or 'test' gems, and only trusting your automated tests suite can prove fatally dangerous, so this PR adds the possibility to only update gems from the supplied 'group' argument

Decisions

Usage Example

bummr update --group development

(will only update gems from the development group)

lpender commented 6 years ago

Released in bummr 0.3.1

Thanks