Flowdock
method

ensure_dependencies_met

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: Installer
ensure_dependencies_met() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/installer.rb, line 403
  def ensure_dependencies_met
    deps = spec.runtime_dependencies
    deps |= spec.development_dependencies if @development

    deps.each do |dep_gem|
      ensure_dependency spec, dep_gem
    end
  end
Register or log in to add new notes.