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
It seems like faraday is the http library actually used by the gem itself... I found it odd that the gem declared two different http libraries as runtime dependencie. It looks like the excon gem was added for use with some tests, but since it's listed as a runtime dependency in the gemspec, it gets installed by bundler in my app that doesn't use excon. Is there some reason the dependency is set up this way?
The text was updated successfully, but these errors were encountered:
It seems like faraday is the http library actually used by the gem itself... I found it odd that the gem declared two different http libraries as runtime dependencie. It looks like the excon gem was added for use with some tests, but since it's listed as a runtime dependency in the gemspec, it gets installed by bundler in my app that doesn't use excon. Is there some reason the dependency is set up this way?
The text was updated successfully, but these errors were encountered: