summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
diff options
context:
space:
mode:
authorAnkit Kataria <ankitkataria28@gmail.com>2019-01-24 22:09:59 +0530
committerAnkit Kataria <ankitkataria28@gmail.com>2019-01-24 22:09:59 +0530
commit4992124240503249e1a28e17c9f9129a11e7f82a (patch)
tree6453ea8366cf4b82027ecfeb9a4e3e00a26fa5cb /lib/bundler/settings.rb
parent4557124b5ea30821895eb2686874cb4219f404e2 (diff)
downloadbundler-4992124240503249e1a28e17c9f9129a11e7f82a.tar.gz
add patch option in bundle config
Diffstat (limited to 'lib/bundler/settings.rb')
-rw-r--r--lib/bundler/settings.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb
index fe68d510ff..f9e7599127 100644
--- a/lib/bundler/settings.rb
+++ b/lib/bundler/settings.rb
@@ -9,6 +9,7 @@ module Bundler
autoload :Validator, "bundler/settings/validator"
BOOL_KEYS = %w[
+ patch
allow_bundler_dependency_conflicts
allow_deployment_source_credential_changes
allow_offline_install
@@ -79,6 +80,7 @@ module Bundler
:redirect => 5,
:retry => 3,
:timeout => 10,
+ :patch => false,
}.freeze
def initialize(root = nil)