arkency / protobuf-nested-struct

Serialize primitives and deep structures (array, hash) to protobuf
4 stars 1 forks source link

Support running the gem with Ruby 3 #9

Closed valscion closed 5 months ago

valscion commented 5 months ago

I noticed that with Ruby 3.x, the tests don't run and setting up is somewhat problematic.

With these changes bundle exec rspec is passing for me locally.