jarmo / RAutomation

RAutomation
MIT License
100 stars 33 forks source link

ffi ~> 1.9.0 #93

Closed hekaldama closed 10 years ago

hekaldama commented 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")

leviwilson commented 10 years ago

It is locked to 1.9.0 because of this issue.

jarmo commented 10 years ago

There is some hope https://github.com/ffi/ffi/pull/306 - not sure though if it helps.