Skip to content

Find real minimum version requirements #112

@schwern

Description

@schwern

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

No one assigned

    Labels

    bug 🐛 🐞Something isn't workingdependenciesPull requests that update a dependency file

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions