summaryrefslogtreecommitdiff
path: root/man/bundle-config.ronn
diff options
context:
space:
mode:
authorIgor Bozato <igor.hrk@gmail.com>2017-06-21 15:36:59 -0300
committerSamuel Giddins <segiddins@segiddins.me>2017-09-08 10:46:55 -0700
commitc69452ecc970818cdabf045ce3c06ed8907aa559 (patch)
treeca79e16228588aa493ad16cbb33e1962b9874236 /man/bundle-config.ronn
parent52bdb41ef5ae81f9faa659a6770706f6a20d555a (diff)
downloadbundler-c69452ecc970818cdabf045ce3c06ed8907aa559.tar.gz
Make `install --path` relative to the cwd
Diffstat (limited to 'man/bundle-config.ronn')
-rw-r--r--man/bundle-config.ronn2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index f1f3062aea..3d3063dfb3 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -218,6 +218,8 @@ learn more about their operation in [bundle install(1)][bundle-install].
is used, defaults to vendor/bundle.
* `path.system` (`BUNDLE_PATH__SYSTEM`):
Whether Bundler will install gems into the default system path (`Gem.dir`).
+* `path_relative_to_cwd` (`PATH_RELATIVE_TO_CWD`)
+ Makes `--path` relative to the CWD instead of the `Gemfile`.
* `plugins` (`BUNDLE_PLUGINS`):
Enable Bundler's experimental plugin system.
* `prefer_gems_rb` (`BUNDLE_PREFER_GEMS_RB`)