[rubygems/rubygems] Explicitly set allow_cached
to false when setting local mode
https://github.com/rubygems/rubygems/commit/1b8139e9d3
This commit is contained in:
parent
3683781f53
commit
e70419d608
Notes:
git
2021-08-31 19:07:05 +09:00
@ -29,6 +29,7 @@ module Bundler
|
|||||||
def local_only!
|
def local_only!
|
||||||
@specs = nil
|
@specs = nil
|
||||||
@allow_local = true
|
@allow_local = true
|
||||||
|
@allow_cached = false
|
||||||
@allow_remote = false
|
@allow_remote = false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user