gem(gem_name, *requirements)
Instance Private methods
Use #gem to activate a specific
version of gem_name.
requirements is a list of version requirements that the
specified gem must match, most commonly â= example.version.numberâ. See Gem::Requirement for how to specify a
version requirement.
If you will be activating the latest version of a gem, there is no need to
call #gem, Kernel#require will do
the right thing for you.
#gem returns true if the gem was
activated, otherwise fal