This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
unmet_deps()
public
No documentation available.
# File lib/bundler/source/rubygems.rb, line 242
def unmet_deps
if @allow_remote && api_fetchers.any?
remote_specs.unmet_dependency_names
else
[]
end
end