Skip to content

Commit

Permalink
fix ffi dependency for ruby 2.5 and 2.7 (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Jul 8, 2024
1 parent 0a0d151 commit 0422f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ood_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.5.0"

spec.add_runtime_dependency "ood_support", "~> 0.0.2"
spec.add_runtime_dependency "ffi", "~> 1.9", ">= 1.9.6"
spec.add_runtime_dependency "ffi", "~> 1.16.3"
spec.add_runtime_dependency "rexml", "~> 3.2"
spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 13.2.0"
Expand Down

0 comments on commit 0422f29

Please sign in to comment.