Sometimes I want to run bundle update but only to see which gems need updating. I don’t necessarily want to deal with the issues associated with updating all of them but I want to do a quick check to see what’s the state of the art.
Is there a way to simply get Bundler to list the gems that need to be updated together (ideally) with the version I’m currently running and what’s the latest and greatest?
I tried this:
Another alternative: