socketry / async-websocket

Asynchronous WebSocket client and server, supporting HTTP/1 and HTTP/2 for Ruby.
MIT License
166 stars 18 forks source link

external tests: fail due to socketry/live pointing hard to 0.22.0 version of this gem #48

Closed olleolleolle closed 1 year ago

olleolleolle commented 1 year ago

live points out 0.22.0 as the desired release, and this breaks this gem's external tests. Viva external tests!

https://github.com/socketry/live/blob/main/live.gemspec#L22

...and I made a small PR to see whether live would run. (Now merged!)

olleolleolle commented 1 year ago

Now, I guess this is no longer true, and I can close this issue.