APIdock / Ruby
/
Browse About
method

dependencies_for

v2_5_5 - Show latest stable - Class: Gem::Resolver::Molinillo::SpecificationProvider
dependencies_for(specification)
public

Returns the dependencies of `specification`. @note This method should be ‘pure’, i.e. the return value should depend

only on the `specification` parameter.

@param [Object] specification @return [Array] the dependencies that are required by the given

`specification`.
# File lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb, line 30
    def dependencies_for(specification)
      []
    end

Related methods

  • Instance methods
  • allow_missing?
  • dependencies_for
  • name_for
  • name_for_explicit_dependency_source
  • name_for_locking_dependency_source
  • requirement_satisfied_by?
  • search_for
  • sort_dependencies
APIdock API Documentation Browser

© 2026 APIdock