Shopify / ejson

EJSON is a small library to manage encrypted secrets using asymmetric encryption.
MIT License
1.33k stars 63 forks source link

ejson on M1 #93

Closed marystory closed 2 years ago

marystory commented 2 years ago

Installing ejson on M1 fails because it fails installing ffi (1.9.18) .

┃ An error occurred while installing ffi (1.9.18), and Bundler cannot continue.
┃ 
┃ Make sure that `gem install ffi -v '1.9.18' --source 'https://rubygems.org/'`
┃ 
┃ succeeds before bundling.

After some digging, I found that ffi version 1.14.0 fixes Mac M1 compatibility issues.

I tried this version on my m1 machine and it works.

Can we update the ffi version that ejson uses to v1.14.0+?