Method: Bundler::Source#unmet_deps

Defined in:
lib/bundler/source.rb

#unmet_depsObject


16
17
18
# File 'lib/bundler/source.rb', line 16

def unmet_deps
  specs.unmet_dependency_names
end