Skip to content

Commit

Permalink
Update ffi dependency
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <[email protected]>
  • Loading branch information
poorndm committed Jul 11, 2024
1 parent f9b6a1b commit 361827e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions omnibus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Gem::Specification.new do |gem|
gem.add_dependency "contracts", ">= 0.16.0", "< 0.17.0"
gem.add_dependency "rexml", "~> 3.2"

if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new("3.1.0")
gem.add_dependency "ffi", "< 1.17.0"
end

gem.add_dependency "mixlib-versioning"
gem.add_dependency "pedump"

Expand Down

0 comments on commit 361827e

Please sign in to comment.