aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/settings.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-08-10 14:08:32 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-08-16 16:44:37 -0500
commit4f6bdcd5fd2074ff97dba83bf0c7a6398c1a3530 (patch)
tree6193d1d810131e1a32c67d3f1b5abba9c39bd9b4 /lib/bundler/settings.rb
parent4fe91931d587075c2de507a1f87bcdab9b30373a (diff)
downloadbundler-4f6bdcd5fd2074ff97dba83bf0c7a6398c1a3530.tar.gz
Add a setting for disable_exec_load
Diffstat (limited to 'lib/bundler/settings.rb')
-rw-r--r--lib/bundler/settings.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb
index 094c8599..2a04805f 100644
--- a/lib/bundler/settings.rb
+++ b/lib/bundler/settings.rb
@@ -6,6 +6,7 @@ module Bundler
BOOL_KEYS = %w(
allow_offline_install
cache_all
+ disable_exec_load
disable_local_branch_check
disable_shared_gems
frozen