Sha256: d9a0f402c377be59e652add8f946c41b341e35b38a2ff3d01a17b15d5455b889
Contents?: true
Size: 319 Bytes
Versions: 4
Compression:
Stored size: 319 Bytes
Contents
module Bundler class Source class LocalRubygems < Rubygems def specs @specs ||= begin idx = super idx.use(cached_specs, :override_dupes) if @allow_cached || @allow_remote idx.use(installed_specs, :override_dupes) idx end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems