I added the google-api-client gem, and suddenly the app stopped working.
Upon investigation, I found out that google-api-client internally uses httpclient, and that httpclient is defining a WebAgent in the global namespace, which is conflicting with the existing WebAgent class.
Is there any way to resolve this?