Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
requirements()
public
# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb, line 35
def requirements
(incoming_edges.map(&:requirement) + explicit_requirements).uniq
end