diff options
author | adamedx <adamed@getchef.com> | 2014-06-19 22:08:21 -0700 |
---|---|---|
committer | adamedx <adamed@getchef.com> | 2014-06-19 22:09:01 -0700 |
commit | 84b6ee436aa5c7f74e7299f27a91f28ed2ad15b9 (patch) | |
tree | 0177f657fb9c295b4200133cbec3265b971ab048 /ohai.gemspec | |
parent | 846bf3be736044f048f97d13e0667394466d04c1 (diff) | |
download | ohai-84b6ee436aa5c7f74e7299f27a91f28ed2ad15b9.tar.gz |
Back to one gemspec since FFI will be needed on all platforms soon anyway
Diffstat (limited to 'ohai.gemspec')
-rw-r--r-- | ohai.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ohai.gemspec b/ohai.gemspec index dbc0eae0..ee152e45 100644 --- a/ohai.gemspec +++ b/ohai.gemspec @@ -21,6 +21,7 @@ Gem::Specification.new do |s| s.add_dependency "mixlib-shellout", "~> 1.2" s.add_dependency "ipaddress" s.add_dependency "wmi-lite", "~> 1.0" + s.add_dependency "ffi", "1.5.0" # Rake 10.2 drops Ruby 1.8 support, so stick to 10.1.x until chef also drops # 1.8. |