[rubygems/rubygems] Explicitly set allow_cached to false when setting local mode

https://github.com/rubygems/rubygems/commit/1b8139e9d3
This commit is contained in:
David Rodríguez 2021-08-18 10:28:30 +02:00 committed by Hiroshi SHIBATA
parent 3683781f53
commit e70419d608
Notes: git 2021-08-31 19:07:05 +09:00

View File

@ -29,6 +29,7 @@ module Bundler
def local_only!
@specs = nil
@allow_local = true
@allow_cached = false
@allow_remote = false
end