thought-driven / bummr

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

Allow indirect dependencies to be updated #41

Closed odlp closed 7 years ago

odlp commented 7 years ago

Thanks for this gem, it's cool!

As referenced in #38, would you consider allowing indirect dependencies (including those in Gemfile.lock) to be updated when a flag is specified? Like bummr update --all.

I think this feature could be beneficial because it allows easy adoption of bugfixes in indirect dependencies. Otherwise these indirect dependencies may take a while to get updated unless the authors of direct dependencies bump the required versions of their dependencies.

lpender commented 7 years ago

Thanks for the PR!