Raised when a dependency requests a gem for which there is no spec.

Methods
N
Attributes
[R] dependency
Class Public methods
new(dep)
# File lib/rubygems/dependency_resolver.rb, line 32
def initialize(dep)
  super "unable to find any gem matching dependency '#{dep}'"

  @dependency = dep
end