Raised by Gem::Resolver when a Gem::Dependency::Conflict reaches the toplevel. Indicates which dependencies were incompatible through conflict and conflicting_dependencies
Methods
Attributes
| [R] | conflict |
Class Public methods
new(conflict)
Link
Source: show
# File lib/rubygems/exceptions.rb, line 34 def initialize conflict @conflict = conflict a, b = conflicting_dependencies super "conflicting dependencies #{a} and #{b}\n#{@conflict.explanation}" end
Instance Public methods