summaryrefslogtreecommitdiff
path: root/man/bundle-config.ronn
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-06-05 10:48:06 +1000
committerColby Swandale <colby@taplaboratories.com>2017-06-05 10:48:06 +1000
commit61f6f2a9113cf3facb1027606d2431a8bce8100d (patch)
treee59048a88f90df18668eeb22f85e1f51c49889d4 /man/bundle-config.ronn
parent80273e7be8e6e044f2b7222d7013e5029110273c (diff)
downloadbundler-61f6f2a9113cf3facb1027606d2431a8bce8100d.tar.gz
rename feature flag to `init_gems_rb` and PR feedback
Diffstat (limited to 'man/bundle-config.ronn')
-rw-r--r--man/bundle-config.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 6747c2521b..18773017f8 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -224,7 +224,7 @@ learn more about their operation in [bundle install(1)][bundle-install].
command with a private gemstash server.
* `error_on_stderr` (`BUNDLE_ERROR_ON_STDERR`)
Print Bundler errors to stderr
-* `new_gemfile_name` (`BUNDLE_NEW_GEMFILE_NAME`)
+* `init_gems_rb` (`BUNDLE_NEW_GEMFILE_NAME`)
generate a new gems.rb on `bundle init` instead of the `Gemfile`
In general, you should set these settings per-application by using the applicable