aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/settings.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-08-10 12:41:05 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-08-22 11:57:30 -0500
commit3cdccbfce68cf6b947e6c6cf6521eb2957bfc82e (patch)
treedca6f2656102b88b0b59bd4cfc42ed7a85dc5bd1 /lib/bundler/settings.rb
parentdf5ad43ee9ca5ee0647f962a948f281057785174 (diff)
downloadbundler-3cdccbfce68cf6b947e6c6cf6521eb2957bfc82e.tar.gz
Allow disabling checksum validation
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 365d20ad..c5fd46d4 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_checksum_validation
disable_exec_load
disable_local_branch_check
disable_shared_gems