class Bundler::Definition

def converge_paths

def converge_paths
  sources.path_sources.any? do |source|
    specs_changed?(source)
  end
end