Closed hekaldama closed 10 years ago
Is it possible to not = your ffi version but to accept bug fix versions with:
s.add_dependency("ffi", "~> 1.9.0")
It is locked to 1.9.0 because of this issue.
1.9.0
There is some hope https://github.com/ffi/ffi/pull/306 - not sure though if it helps.
Is it possible to not = your ffi version but to accept bug fix versions with:
s.add_dependency("ffi", "~> 1.9.0")