From 58b3d906f5a54a4463718f299aec2071ddb75dd8 Mon Sep 17 00:00:00 2001 From: Bundlerbot Date: Wed, 26 Dec 2018 23:05:04 +0000 Subject: [PATCH] Merge #6853 6853: add bundle-remove entry to bundler man page r=colby-swandale a=colby-swandale ### What was the end-user problem that led to this PR? The manual entry for `bundle remove` was missing in `bundle.ronn` ### What was your diagnosis of the problem? See #6846 Fixes #6846 Co-authored-by: Colby Swandale (cherry picked from commit 02cde1cd331615d09d96e0078982a820d5e6771e) --- man/bundle.ronn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/bundle.ronn b/man/bundle.ronn index c03201a30cd..0005692abd0 100644 --- a/man/bundle.ronn +++ b/man/bundle.ronn @@ -94,6 +94,9 @@ We divide `bundle` subcommands into primary commands and utilities: * [`bundle doctor(1)`](bundle-doctor.1.html): Display warnings about common problems +* [`bundle remove(1)`](bundle-remove.1.html): + Removes gems from the Gemfile + ## PLUGINS When running a command that isn't listed in PRIMARY COMMANDS or UTILITIES,