ably / ably-ruby-rest

Ruby REST client library SDK for Ably realtime messaging service
https://ably.com/download
Other
5 stars 4 forks source link

Faraday version mismatch with ably-ruby #22

Closed thatguysimon closed 2 years ago

thatguysimon commented 2 years ago

Hi, ably-ruby has been recently updated to support faraday 2.2. However, since ably-ruby is not a dependency of ably-ruby-rest, but rather just a git submodule, the faraday version locked in ably-ruby-rest is still version 1. This makes it impossible to work with the latest version of ably-ruby-rest.

Thanks!

AndyNicks commented 2 years ago

Thanks for pointing it out @thatguysimon will fix it ASAP.