summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2021-08-18 10:28:30 +0200
committerHiroshi SHIBATA <[email protected]>2021-08-31 19:06:14 +0900
commite70419d608019a95135947d66a1603a24e3ced6d ()
tree4761a69455132481cc9d7b2fdfda6bec8d992572 /lib
parent3683781f53cc22b9fa507e4a2848c30086fa7897 (diff)
[rubygems/rubygems] Explicitly set `allow_cached` to false when setting local mode
https://.com/rubygems/rubygems/commit/1b8139e9d3
Notes: Merged: https://.com/ruby/ruby/pull/4789
-rw-r--r--lib/bundler/source/rubygems.rb1
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ module Bundler
def local_only!
@specs = nil
@allow_local = true
@allow_remote = false
end