You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
httpclient/lib/httpclient/cookie.rb
Line 176 in d57cc6d
The text was updated successfully, but these errors were encountered: