Gem::MissingSpecError

Gem::MissingSpecError has not been discovered yet

Ruby's Gem::MissingSpecError class

Raised when trying to activate a gem, and that gem does not exist on the system. Instead of rescuing from this class, make sure to rescue from the superclass Gem::LoadError to catch all types of load errors.

Superclass

Gem::LoadError

Enemies

Honeybadger

Children