Fix Gem::BUNDLED_GEMS.find_gem return value
Gem::BUNDLED_GEMS.find_gem
If the required name is different from the found gem name, return the gem name, instead of true that means the required name is an exact gem name.
Fix
Gem::BUNDLED_GEMS.find_gem
return valueIf the required name is different from the found gem name, return the
gem name, instead of true that means the required name is an exact gem
name.