summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2016-11-20 17:09:49 +0000
committerThe Bundler Bot <bot@bundler.io>2016-11-20 17:09:49 +0000
commit5ee2d70284a384fc973ebb57d2fc02c890cd29da (patch)
tree26b3b01ca2964097ecc1c7daf0545d8d62a1674b
parent4af22f96858a481183f9bfd64378478dd99dbc37 (diff)
parent59e201f3fbaac6cc14b06d2d1af631286385d591 (diff)
downloadbundler-5ee2d70284a384fc973ebb57d2fc02c890cd29da.tar.gz
Auto merge of #5190 - bundler:seg-compact-index-warning, r=indirect
[CompactIndexClient] Fix warning
-rw-r--r--lib/bundler/compact_index_client.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/compact_index_client.rb b/lib/bundler/compact_index_client.rb
index 1ff3deda01..c3a1b69c6f 100644
--- a/lib/bundler/compact_index_client.rb
+++ b/lib/bundler/compact_index_client.rb
@@ -28,6 +28,7 @@ module Bundler
@cache = Cache.new(@directory)
@endpoints = Set.new
@info_checksums_by_name = {}
+ @parsed_checksums = false
@in_parallel = lambda do |inputs, &blk|
inputs.map(&blk)
end