Skip to content

Commit 0422f29

Browse files
authored
fix ffi dependency for ruby 2.5 and 2.7 (#839)
1 parent 0a0d151 commit 0422f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ood_core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
spec.required_ruby_version = ">= 2.5.0"
2424

2525
spec.add_runtime_dependency "ood_support", "~> 0.0.2"
26-
spec.add_runtime_dependency "ffi", "~> 1.9", ">= 1.9.6"
26+
spec.add_runtime_dependency "ffi", "~> 1.16.3"
2727
spec.add_runtime_dependency "rexml", "~> 3.2"
2828
spec.add_development_dependency "bundler", "~> 2.1"
2929
spec.add_development_dependency "rake", "~> 13.2.0"

0 commit comments

Comments
 (0)