Class Bundler::Molinillo::VersionConflict
In: lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
lib/bundler/resolver.rb
Parent: ResolverError

An error caused by conflicts in version

Methods

message   new   printable_dep  

Attributes

conflicts  [R]  @return [{String => Resolution::Conflict}] the conflicts that caused
  resolution to fail

Public Class methods

@param [{String => Resolution::Conflict}] conflicts see {conflicts}

Public Instance methods

[Validate]