File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,7 @@ module Bundler
2828 # It may be called concurrently without global interpreter lock in some Rubies.
2929 # As a result, some methods may look more complex than necessary to save memory or time.
3030 class CompactIndexClient
31- # NOTE: MD5 is here not because we expect a server to respond with it, but
32- # because we use it to generate the etag on first request during the upgrade
33- # to the compact index client that uses opaque etags saved to files.
34- # Remove once 2.5.0 has been out for a while.
35- SUPPORTED_DIGESTS = { "sha-256" => :SHA256 , "md5" => :MD5 } . freeze
31+ SUPPORTED_DIGESTS = { "sha-256" => :SHA256 } . freeze
3632 DEBUG_MUTEX = Thread ::Mutex . new
3733
3834 # info returns an Array of INFO Arrays. Each INFO Array has the following indices:
You can’t perform that action at this time.
0 commit comments