summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-09-23 14:19:26 +0200
committerSamuel Giddins <segiddins@segiddins.me>2016-09-23 14:19:26 +0200
commit2ede7b8368757f2568c2e33d77a2ec411998b541 (patch)
tree79f347424e94b2a47fa2c7e38da0f89ce250cd5b
parent03633e15bfb4763ab7015f4abe6ca4ec1938d759 (diff)
downloadbundler-seg-auto-install-bool-key.tar.gz
[Settings] Make auto_install a bool keyseg-auto-install-bool-key
-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 bed875420e..d50c85eb45 100644
--- a/lib/bundler/settings.rb
+++ b/lib/bundler/settings.rb
@@ -5,6 +5,7 @@ module Bundler
class Settings
BOOL_KEYS = %w(
allow_offline_install
+ auto_install
cache_all
disable_checksum_validation
disable_exec_load