summaryrefslogtreecommitdiff
path: root/man/bundle-outdated.ronn
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #6531 - peret:outdated-filter-dependencies, r=segiddinsThe Bundler Bot2018-06-151-0/+4
|\ | | | | | | | | | | Add option to filter gem-dependencies from output of 'bundle outdated' Resolves #5366 by adding a new option '--filter-dependencies' to `bundle outdated`. When present, `outdated` will only check the `gemfile_specs` and skip the `dependency_specs`.
| * Rename --filter-dependencies to --only-explicit.Peter Retzlaff2018-06-041-2/+2
| |
| * Add --filter-dependencies option to the `bundle outdated` man-pagePeter Retzlaff2018-05-121-0/+4
| |
* | Fix man page linksHiro Asari2018-05-171-1/+1
|/ | | | | | | | | | | | | | | With markup [`bundle platform(1)`][bundle-platform(1)] ronn creates this HTML fragment <dt><a href="bundle-platform.html"><code>bundle platform(1)</code></a></dt><dd><p>Display platform compatibility information</p></dd> At the same time, it generates HTML file `bundle-platform.1.html` based on the man page section, and this results in certain inter-man-page links 404. We resolve this inconsistency by spelling out the href attributes.
* [Man] Audit links to other manpagesseg-audit-man-linksSamuel Giddins2018-01-041-1/+1
|
* Add missing flag aliases to docsPatricia Arbona2017-07-281-1/+1
|
* Add bundle-outdated man pagechrismo2016-10-311-0/+107