summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-12-24 17:59:34 +0100
committerSamuel Giddins <segiddins@segiddins.me>2016-12-26 14:53:47 -0600
commit6f6c7addb0398cc10b11bf056414d88baad5f130 (patch)
tree48cb08c31d6ab11cb373a4688b8135f627eab2d8
parenta7a50aba6271b4a91006d1c7eec1ebf73c6a9bf9 (diff)
downloadbundler-6f6c7addb0398cc10b11bf056414d88baad5f130.tar.gz
[Docs] Document disable_checksum_validation
-rw-r--r--man/bundle-config.ronn2
-rw-r--r--spec/quality_spec.rb1
2 files changed, 2 insertions, 1 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 3373fa38cc..3562fb5315 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -161,6 +161,8 @@ learn more about their operation in [bundle install(1)][bundle-install].
* `specific_platform` (`BUNDLE_SPECIFIC_PLATFORM`):
Allow bundler to resolve for the specific running platform and store it in
the lockfile, instead of only using a generic platform.
+* `disable_checksum_validation` (`BUNDLE_DISABLE_CHECKSUM_VALIDATION`):
+ Ignore the checksums of downloaded gems returned by rubygems sources.
In general, you should set these settings per-application by using the applicable
flag to the [bundle install(1)][bundle-install] or [bundle package(1)][bundle-package] command.
diff --git a/spec/quality_spec.rb b/spec/quality_spec.rb
index 91e9b67158..cee6bcf2a0 100644
--- a/spec/quality_spec.rb
+++ b/spec/quality_spec.rb
@@ -198,7 +198,6 @@ describe "The library itself" do
cache_all_platforms
clean
console
- disable_checksum_validation
disable_exec_load
disable_local_branch_check
disable_shared_gems