Skip to content

Commit

Permalink
ffi less than 1.16.0 (#1811)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress authored Oct 9, 2023
1 parent cdb81a3 commit 07d8f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ohai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.add_dependency "chef-config", ">= 14.12", "< 18"
s.add_dependency "chef-utils", ">= 16.0", "< 18"
s.add_dependency "ffi", "~> 1.9"
s.add_dependency "ffi", "~> 1.9", "< 1.16.0"
s.add_dependency "ffi-yajl", "~> 2.2"
s.add_dependency "ipaddress"
s.add_dependency "mixlib-cli", ">= 1.7.0" # 1.7+ needed to support passing multiple options
Expand Down

0 comments on commit 07d8f56

Please sign in to comment.