APIdock / Ruby
/
Browse About
method

dependencies_for

ruby latest stable - Class: Bundler::Molinillo::SpecificationProvider

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb, line 31
    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

Measure software delivery performance with DORA metrics in Swarmia.

© 2026 APIdock