etscrivner / rbsecp256k1

Compiled Ruby wrapper around libsecp256k1 for secp256k1 ECDSA.
The Unlicense
19 stars 13 forks source link

Fix: Ruby 3.2 require issue. #66

Closed etscrivner closed 1 year ago

etscrivner commented 1 year ago

I was able to reproduce the issue with Ruby 3.2. It actually had to do with this line at the very end of extconf.rb which should have had the string rbsecp256k1/rbsecp256k1.

Found and fixed many issues related to out-dated dependencies in Gemfiles and GitHub Actions along the way.