livekit / server-sdk-ruby

LiveKit Server SDK for Ruby
Apache License 2.0
21 stars 15 forks source link

Update jwt, twirp #18

Closed rnakano closed 1 year ago

rnakano commented 1 year ago

I tried to use this library, but the version specification of dependencies is too strict and conflicts with other libraries in my project. So I would like to expand the version specification.

Changes

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

rnakano commented 1 year ago

Build failed :pensive:

twirp has been dependent on rack since v1.10, but this commit is not in v1.10 :thinking: I'll close it and come back out.

davidzhao commented 1 year ago

@rnakano I managed to workaround the rack dependency here. Thank you for opening this PR and pointer to the missing rack dependency 🙏

rnakano commented 1 year ago

Thanks for the update!