diff options
author | Homu <homu@barosl.com> | 2016-09-30 22:02:47 +0900 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-09-30 12:27:06 -0500 |
commit | 1fa8e94a32d4e71b9dcfa22171c2a7282e03322e (patch) | |
tree | 4ca1d2f0c32e50d995f0f76f369e92f2d8edb01d /lib/bundler | |
parent | f4dfdc24dcf446b69642ca3ec06976ba8ac93948 (diff) | |
download | bundler-1fa8e94a32d4e71b9dcfa22171c2a7282e03322e.tar.gz |
Auto merge of #5014 - bundler:seg-auto-install-bool-key, r=indirect
[Settings] Make auto_install a bool key
Diffstat (limited to 'lib/bundler')
-rw-r--r-- | lib/bundler/settings.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb index 365d20adda..3abe009d13 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_exec_load disable_local_branch_check |