Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
name_for_explicit_dependency_source()
public
No documentation available.
# File lib/bundler/resolver.rb, line 170
def name_for_explicit_dependency_source
Bundler.default_gemfile.basename.to_s
rescue
"Gemfile"
end