-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bug 🐛 🐞Something isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Right now our grpc and jwt dependencies are very broad. We might not work with early versions of either. Find the minimum viable version.
Probably the simplest way to do it is to set an exact version in the gemspec like spec.add_dependency "grpc", '1.0'. Hopefully we can get it down to something like ~> 1.2 (which means >= 1.2.0 and < 2).
- Find minimum compatible grpc
- Find minimum compatible jwt
Metadata
Metadata
Assignees
Labels
bug 🐛 🐞Something isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency file