summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPeter Retzlaff <peter@playtestcloud.com>2018-05-12 14:08:16 +0200
committerPeter Retzlaff <peter@playtestcloud.com>2018-05-12 14:08:16 +0200
commite053bd94975b27619dc67ceaeda9d27089f7acb8 (patch)
treee3b7dbdc362f12c8698642bded24076ea9cb7c49 /man
parent63815ea90120716e9f5184bd3f949e5ad061a63d (diff)
downloadbundler-e053bd94975b27619dc67ceaeda9d27089f7acb8.tar.gz
Add --filter-dependencies option to the `bundle outdated` man-page
Diffstat (limited to 'man')
-rw-r--r--man/bundle-outdated.ronn4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/bundle-outdated.ronn b/man/bundle-outdated.ronn
index 76baa3d755..a36cc1c877 100644
--- a/man/bundle-outdated.ronn
+++ b/man/bundle-outdated.ronn
@@ -15,6 +15,7 @@ bundle-outdated(1) -- List installed gems with newer versions available
[--filter-major]
[--filter-minor]
[--filter-patch]
+ [--filter-dependencies]
## DESCRIPTION
@@ -67,6 +68,9 @@ are up to date, Bundler will exit with a status of 0. Otherwise, it will exit 1.
* `--filter-patch`:
Only list patch newer versions.
+* `--filter-dependencies`:
+ Only list gems specified in your Gemfile, not their dependencies.
+
## PATCH LEVEL OPTIONS
See [bundle update(1)][bundle-update(1)] for details.