summaryrefslogtreecommitdiff
path: root/man/bundle-exec.1
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-18 15:28:08 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-18 18:26:33 +0900
commitba86353446f6c1ce9b2c95d03bf16cfed3a532d2 (patch)
tree5be8c9b9bc371bd928c4e01f8815e28d92cdb7b3 /man/bundle-exec.1
parent2da8574930f14950ce78892fe65f383fcaf8a71b (diff)
Update the latest documentation of bundler
Diffstat (limited to 'man/bundle-exec.1')
-rw-r--r--man/bundle-exec.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-exec.1 b/man/bundle-exec.1
index 6070135156..8d6b2fb085 100644
--- a/man/bundle-exec.1
+++ b/man/bundle-exec.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "BUNDLE\-EXEC" "1" "August 2019" "" ""
+.TH "BUNDLE\-EXEC" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-exec\fR \- Execute a command in the context of the bundle
@@ -155,7 +155,7 @@ You can find a list of all the gems containing gem plugins by running
.
.nf
-ruby \-rubygems \-e "puts Gem\.find_files(\'rubygems_plugin\.rb\')"
+ruby \-rrubygems \-e "puts Gem\.find_files(\'rubygems_plugin\.rb\')"
.
.fi
.