Actiual versions of ffi-libc provide FFI::LibC::alarm. ffi-libc<0.1.1 has a bug with sys_errlist, so 0.1.1 required.
This commit is contained in:
parent
f27600ce16
commit
9fc25c3015
2 changed files with 1 additions and 18 deletions
|
@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
|
|||
spec.require_paths = ["lib"]
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_runtime_dependency %q<ffi-libc>
|
||||
spec.add_runtime_dependency %q<ffi-libc>, '>= 0.1.1'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue