diff options
author | David RodrÃguez <[email protected]> | 2021-08-18 10:28:30 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-08-31 19:06:14 +0900 |
commit | e70419d608019a95135947d66a1603a24e3ced6d () | |
tree | 4761a69455132481cc9d7b2fdfda6bec8d992572 /lib | |
parent | 3683781f53cc22b9fa507e4a2848c30086fa7897 (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.rb | 1 |
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 |