summaryrefslogtreecommitdiff
path: root/man/bundle-exec.1.txt
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.txt
parent2da8574930f14950ce78892fe65f383fcaf8a71b (diff)
Update the latest documentation of bundler
Diffstat (limited to 'man/bundle-exec.1.txt')
-rw-r--r--man/bundle-exec.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-exec.1.txt b/man/bundle-exec.1.txt
index f01a0ce04a..c15b321265 100644
--- a/man/bundle-exec.1.txt
+++ b/man/bundle-exec.1.txt
@@ -165,7 +165,7 @@ RUBYGEMS PLUGINS
- ruby -rubygems -e "puts Gem.find_files('rubygems_plugin.rb')"
+ ruby -rrubygems -e "puts Gem.find_files('rubygems_plugin.rb')"
@@ -175,4 +175,4 @@ RUBYGEMS PLUGINS
- August 2019 BUNDLE-EXEC(1)
+ September 2019 BUNDLE-EXEC(1)