Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 794493
Collapse All | Expand All

(-)a/lib/bundler/settings.rb.orig (-3 / +1 lines)
Lines 265-273 Link Here
265
    end
265
    end
266
266
267
    def allow_sudo?
267
    def allow_sudo?
268
      key = key_for(:path)
268
      false
269
      path_configured = @temporary.key?(key) || @local_config.key?(key)
270
      !path_configured
271
    end
269
    end
272
270
273
    def ignore_config?
271
    def ignore_config?

Return to bug 794493