class Bundler::Definition

def resolve_with_cache!

def resolve_with_cache!
  raise "Specs already loaded" if @specs
  sources.cached!
  specs
end