# File bundler/gemdeps.rb, line 20
def current_dependencies
@runtime.current_dependencies
end
# File bundler/gemdeps.rb, line 16
def dependencies
@runtime.dependencies
end
# File bundler/gemdeps.rb, line 8
def requested_specs
@runtime.requested_specs
end