From 4ce7f89e3c47c4b9a9ad2d663e2be458d0d581d3 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Tue, 26 Jul 2022 12:37:43 +0000 Subject: [PATCH] Add deprecation notice of bundle console Signed-off-by: Takuya Noguchi --- bundler/lib/bundler/man/bundle.1 | 2 +- bundler/lib/bundler/man/bundle.1.ronn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundler/lib/bundler/man/bundle.1 b/bundler/lib/bundler/man/bundle.1 index e6e6cdce7b25..2036d23b4fbf 100644 --- a/bundler/lib/bundler/man/bundle.1 +++ b/bundler/lib/bundler/man/bundle.1 @@ -81,7 +81,7 @@ Show the source location of a particular gem in the bundle Show all of the outdated gems in the current bundle . .TP -\fBbundle console(1)\fR +\fBbundle console(1)\fR (deprecated) Start an IRB session in the current bundle . .TP diff --git a/bundler/lib/bundler/man/bundle.1.ronn b/bundler/lib/bundler/man/bundle.1.ronn index 86d771f024c6..48f483bba617 100644 --- a/bundler/lib/bundler/man/bundle.1.ronn +++ b/bundler/lib/bundler/man/bundle.1.ronn @@ -67,7 +67,7 @@ We divide `bundle` subcommands into primary commands and utilities: * [`bundle outdated(1)`](bundle-outdated.1.html): Show all of the outdated gems in the current bundle -* `bundle console(1)`: +* `bundle console(1)` (deprecated): Start an IRB session in the current bundle * [`bundle open(1)`](bundle-open.1.html):