Show only major/minor/patch versions in bundle outdated
You can show only major/minor/patch versions in bundle outdated
with --filter-<type>
, e.g.:
bundle outdated --filter-patch --filter-minor # Will show only minor and patch updates.
Note the inconsistency - you can show both minor and patch updates, but you can’t do them with update
:
$ bundle update --minor --patch
Provide only one of the following options: minor, patch