bundle outdated
Show all of the outdated gems in the current bundle
Options
Name | Description |
---|---|
--local | Do not attempt to fetch gems remotely and use the gem cache instead |
--pre | Check for newer pre-release gems |
--source | Check against a specific source |
--strict | Only list newer versions allowed by your Gemfile requirements |
--parseable, --porcelain | Use minimal formatting for more parseable output |
--group | List gems from a specific group |
--groups | List gems organized by groups |
--update-strict | Strict conservative resolution, do not allow any gem to be updated past latest --patch | --minor| --major |
--minor | Prefer updating only to next minor version |
--major | Prefer updating to next major version (default) |
--patch | Prefer updating only to next patch version |
--filter-major | Only list major newer versions |
--filter-minor | Only list minor newer versions |
--filter-patch | Only list patch newer versions |
--only-explicit | Only list gems specified in your Gemfile, not their dependencies |