Before running `bundle outdated`, it's desirable to have the latest `gem` and `bundler`. ``` gem update --system bundle update --bundler # commit -m "bundler x (was y)" ``` Should this be automatic? If so, should there be a CLI option to disable it?