aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3373fa38..3562fb53 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 91e9b671..cee6bcf2 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