man/bundle-config.1.txt in bundler-1.14.0 vs man/bundle-config.1.txt in bundler-1.14.1

- old
+ new

@@ -194,9 +194,77 @@ o 1mdisable_checksum_validation 22m(1mBUNDLE_DISABLE_CHECKSUM_VALIDATION22m): Allow installing gems even if they do not match the checksum pro- vided by RubyGems. + o 1mdisable_version_check 22m(1mBUNDLE_DISABLE_VERSION_CHECK22m): Stop Bundler + from checking if a newer Bundler version is available on + rubygems.org. + + o 1mallow_offline_install 22m(1mBUNDLE_ALLOW_OFFLINE_INSTALL22m): Allow Bundler + to use cached data when installing without network access. + + o 1mauto_install 22m(1mBUNDLE_AUTO_INSTALL22m): Automatically run 1mbundle0m + 1minstall 22mwhen gems are missing. + + o 1mcache_all_platforms 22m(1mBUNDLE_CACHE_ALL_PLATFORMS22m): Cache gems for + all platforms. + + o 1mcache_all 22m(1mBUNDLE_CACHE_ALL22m): Cache all gems, including path and + git gems. + + o 1mclean 22m(1mBUNDLE_CLEAN22m): Whether Bundler should run 1mbundle clean 22mauto- + matically after 1mbundle install22m. + + o 1mconsole 22m(1mBUNDLE_CONSOLE22m): The console that 1mbundle console 22mstarts. + Defaults to 1mirb22m. + + o 1mdisable_exec_load 22m(1mBUNDLE_DISABLE_EXEC_LOAD22m): Stop Bundler from + using 1mload 22mto launch an executable in-process in 1mbundle exec22m. + + o 1mdisable_local_branch_check 22m(1mBUNDLE_DISABLE_LOCAL_BRANCH_CHECK22m): + Allow Bundler to use a local git override without a branch speci- + fied in the Gemfile. + + o 1mdisable_shared_gems 22m(1mBUNDLE_DISABLE_SHARED_GEMS22m): Stop Bundler from + accessing gems installed to RubyGems' normal location. + + o 1mjobs 22m(1mBUNDLE_JOBS22m): The number of gems Bundler can install in par- + allel. Defaults to 1. + + o 1mmajor_deprecations 22m(1mBUNDLE_MAJOR_DEPRECATIONS22m): Whether Bundler + should print deprecation warnings for behavior that will be changed + in the next major version. + + o 1mno_install 22m(1mBUNDLE_NO_INSTALL22m): Whether 1mbundle package 22mshould skip + installing gems. + + o 1mno_prune 22m(1mBUNDLE_NO_PRUNE22m): Whether Bundler should leave outdated + gems unpruned when caching. + + o 1monly_update_to_newer_versions 22m(1mBUNDLE_ONLY_UPDATE_TO_NEWER_VER-0m + 1mSIONS22m): During 1mbundle update22m, only resolve to newer versions of the + gems in the lockfile. + + o 1mplugins 22m(1mBUNDLE_PLUGINS22m): Enable Bundler's experimental plugin sys- + tem. + + o 1mshebang 22m(1mBUNDLE_SHEBANG22m): The program name that should be invoked + for generated binstubs. Defaults to the ruby install name used to + generate the binstub. + + o 1msilence_root_warning 22m(1mBUNDLE_SILENCE_ROOT_WARNING22m): Silence the + warning Bundler prints when installing gems as root. + + o 1mssl_verify_mode 22m(1mBUNDLE_SSL_VERIFY_MODE22m): The SSL verification mode + Bundler uses when making HTTPS requests. Defaults to verify peer. + + o 1msystem_bindir 22m(1mBUNDLE_SYSTEM_BINDIR22m): The location where RubyGems + installs binstubs. Defaults to 1mGem.bindir22m. + + o 1muser_agent 22m(1mBUNDLE_USER_AGENT22m): The custom user agent fragment + Bundler includes in API requests. + In general, you should set these settings per-application by using the applicable flag to the bundle install(1) 4mbundle-install.1.html24m or bun- dle package(1) 4mbundle-package.1.html24m command.