APIdock / Ruby
/
Browse About
method

unmet_deps

v2_6_3 - Show latest stable - Class: Bundler::Source::Rubygems
unmet_deps()
public

No documentation available.

# File lib/bundler/source/rubygems.rb, line 242
      def unmet_deps
        if @allow_remote && api_fetchers.any?
          remote_specs.unmet_dependency_names
        else
          []
        end
      end

Related methods

  • Instance methods
  • ==
  • add_remote
  • cache
  • cached!
  • cached_built_in_gem
  • can_lock?
  • dependency_names_to_double_check
  • double_check_for
  • eql?
  • equivalent_remotes?
  • fetchers
  • hash
  • include?
  • install
  • name
  • options
  • remote!
  • replace_remotes
  • specs
  • to_lock
  • to_s
  • unmet_deps
  • Class methods
  • from_lock
  • new
  • Protected methods
  • protectedapi_fetchers
  • protectedbuiltin_gem?
  • protectedcache_path
  • protectedcached_gem
  • protectedcached_path
  • protectedcached_specs
  • protectedcredless_remotes
  • protectedfetch_gem
  • protectedfetch_names
  • protectedinstalled?
  • protectedinstalled_specs
  • protectedloaded_from
  • protectednormalize_uri
  • protectedremote_specs
  • protectedremotes_for_spec
  • protectedremove_auth
  • protectedrequires_sudo?
  • protectedrubygems_dir
  • protectedsuppress_configured_credentials
  • Private methods
  • privatecache_globally
  • privatedownload_cache_path
  • privatedownload_gem
  • privateextension_cache_slug
APIdock API Documentation Browser

© 2026 APIdock