Gem::Exception
Raised when a dependency requests a gem for which there is no spec.
# File lib/rubygems/dependency_resolver.rb, line 32 def initialize(dep) super "unable to find any gem matching dependency '#{dep}'" @dependency = dep end