I have uploaded a new version of gem to the server, successfully. If i install the gem from local, its successfully installed.
But I'm getting following error while installing the same gem from remote server.
ERROR: While executing gem ... (ArgumentError) undefined class/module YAML::PrivateType
Note:
I have included a method outside of any class/module. Is there any issue with that?