From c83b7cea7da5ebcd8f431aa9af324b588646abee Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Tue, 8 Oct 2013 00:58:16 +0300 Subject: [PATCH] GEM_HOME is just the default rubygems location refs #2667 [ci skip] --- man/bundle-install.ronn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn index 4bbfc8c9698..ba9c756579d 100644 --- a/man/bundle-install.ronn +++ b/man/bundle-install.ronn @@ -41,11 +41,11 @@ update process below under [CONSERVATIVE UPDATING][]. to it. * `--path=`: - The location to install the gems in the bundle to. This defaults - to the gem home, which is the location that `gem install` installs - gems to. This means that, by default, gems installed without a - `--path` setting will show up in `gem list`. This setting is a - [remembered option][REMEMBERED OPTIONS]. + The location to install the gems in the bundle to. This defaults to + Rubygems' gem home, which is also the default location where `gem + install` installs gems. This means that, by default, gems installed + without a `--path` setting will show up in `gem list`. This setting is + a [remembered option][REMEMBERED OPTIONS]. * `--system`: Installs the gems in the bundle to the system location. This