summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGrey Baker <greysteil@gmail.com>2018-10-09 10:00:31 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-12 10:44:52 +0200
commitbb0e13d6070a3082b7ef59cd8c7284f988335e91 (patch)
treee1438467671791b6dfa05e733be66f20691c3c8e /man
parentabc29c377f24554f7d3101cd5fd081cb1ec33a11 (diff)
downloadbundler-bb0e13d6070a3082b7ef59cd8c7284f988335e91.tar.gz
Print errors to stderr by default, and remove configuration option
Diffstat (limited to 'man')
-rw-r--r--man/bundle-config.ronn2
1 files changed, 0 insertions, 2 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 86c4e21819..9242a59f95 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -183,8 +183,6 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
* `disable_version_check` (`BUNDLE_DISABLE_VERSION_CHECK`):
Stop Bundler from checking if a newer Bundler version is available on
rubygems.org.
-* `error_on_stderr` (`BUNDLE_ERROR_ON_STDERR`):
- Print Bundler errors to stderr.
* `force_ruby_platform` (`BUNDLE_FORCE_RUBY_PLATFORM`):
Ignore the current machine's platform and install only `ruby` platform gems.
As a result, gems with native extensions will be compiled from source.