bigcommerce / gruf

gRPC Ruby Framework
https://github.com/bigcommerce/gruf
MIT License
626 stars 73 forks source link

Add Ruby 3.2 support #182

Closed splittingred closed 1 year ago

splittingred commented 1 year ago

What? Why?

(This is an updated version of #179) Adds Ruby 3.2 support, updates CCI suite, and README.

FWIW - I tested this with a YJIT-enabled Ruby, and RUBYOPT='--enable-yjit' set, and the e2e suite worked as expected.

How was it tested?

As grpc does not yet support arm macs, you'll need to run bundle config build.grpc --with-ldflags="-Wl,-undefined,dynamic_lookup" before bundle installing. This will be added to the wiki when this is merged.

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 37e0511a and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 96.4% (0.0% change).

View more on Code Climate.