Consider removing Faraday
Removing Faraday will reduce the dependencies, but should also allow us to take a little more control over the underlying library.
See https://github.com/excon/excon/issues/682 for example, something we should be able to resolve easily by changing settings, but this is not possible because of https://github.com/lostisland/faraday/blob/master/lib/faraday/adapter/excon.rb#L22-L24.
➤ Matthew O'Riordan commented:
This may no longer apply given https://github.com/ably/ably-ruby/pull/197 ( https://github.com/ably/ably-ruby/pull/197|smart-link )
@mattheworiordan Do you think we should still remove Faraday? What benefit will this bring to the codebase?