1. Gem::
  2. DependencyResolutionError

class Gem::DependencyResolutionError

Raised byGem::Resolver when a Gem::Dependency::Conflict reaches the toplevel. Indicates which dependencies were incompatible throughconflict andconflicting_dependencies

Attributes

conflict[R]

Public Class Methods

Source
# File lib/rubygems/exceptions.rb, line 44definitialize(conflict)@conflict =conflicta,b =conflicting_dependenciessuper"conflicting dependencies #{a} and #{b}\n#{@conflict.explanation}"end
Calls superclass methodException::new

Public Instance Methods

Source
# File lib/rubygems/exceptions.rb, line 51defconflicting_dependencies@conflict.conflicting_dependenciesend