class Bundler::ParallelInstaller::SpecInstallation

def dependencies

itself and are in the total list.
Represents only the non-development dependencies, the ones that are
def dependencies
  @dependencies ||= all_dependencies.reject {|dep| ignorable_dependency? dep }
end