summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Kataria <ankitkataria28@gmail.com>2019-01-24 23:36:51 +0530
committerAnkit Kataria <ankitkataria28@gmail.com>2019-01-24 23:36:51 +0530
commit1764cfb555c7dd379298f31e3d3ab603a841ec96 (patch)
tree697aad5006bb648a226fd3e2b6895b9957817fd5
parent4992124240503249e1a28e17c9f9129a11e7f82a (diff)
downloadbundler-1764cfb555c7dd379298f31e3d3ab603a841ec96.tar.gz
update bundle config man page
-rw-r--r--lib/bundler/settings.rb4
-rw-r--r--man/bundle-config.ronn2
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb
index f9e7599127..d50eb335a1 100644
--- a/lib/bundler/settings.rb
+++ b/lib/bundler/settings.rb
@@ -9,7 +9,6 @@ module Bundler
autoload :Validator, "bundler/settings/validator"
BOOL_KEYS = %w[
- patch
allow_bundler_dependency_conflicts
allow_deployment_source_credential_changes
allow_offline_install
@@ -46,6 +45,7 @@ module Bundler
no_install
no_prune
only_update_to_newer_versions
+ patch
path_relative_to_cwd
path.system
plugins
@@ -77,10 +77,10 @@ module Bundler
DEFAULT_CONFIG = {
:disable_version_check => true,
+ :patch => false,
:redirect => 5,
:retry => 3,
:timeout => 10,
- :patch => false,
}.freeze
def initialize(root = nil)
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 379b778348..450887f873 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -220,6 +220,8 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
* `only_update_to_newer_versions` (`BUNDLE_ONLY_UPDATE_TO_NEWER_VERSIONS`):
During `bundle update`, only resolve to newer versions of the gems in the
lockfile.
+* `patch` (BUNDLE_PATCH):
+ Whether to use patch update level, by default set to false.
* `path` (`BUNDLE_PATH`):
The location on disk where all gems in your bundle will be located regardless
of `$GEM_HOME` or `$GEM_PATH` values. Bundle gems not found in this location