[rubygems/rubygems] Fix --prefer-local not respecting default gems

3df86cd9c6
This commit is contained in:
David Rodríguez 2025-01-15 16:50:14 +01:00 committed by Hiroshi SHIBATA
parent 891ecc63ac
commit ee7b74799c
6 changed files with 32 additions and 4 deletions

View file

@ -35,6 +35,8 @@ module Bundler
spec.source == self
end
def prefer_local!; end
def local!; end
def local_only!; end