summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-16 21:20:07 -0700
committerTim Smith <tsmith@chef.io>2018-09-16 21:20:07 -0700
commit0778ff3ec21ba96da9b7d4635c26e9cf6f09502d (patch)
tree2698f07a9fd373e600fd6fb7ca1d06f3391d6715
parent6ede9657643cd397d858e32c61f01271af4bb9b3 (diff)
downloadohai-require_yajl.tar.gz
Add missing require ffi_yajl in System classrequire_yajl
This is used several times in this class, but not required. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/ohai/system.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ohai/system.rb b/lib/ohai/system.rb
index 7d5d973e..b58b06dc 100644
--- a/lib/ohai/system.rb
+++ b/lib/ohai/system.rb
@@ -29,6 +29,7 @@ require "ohai/provides_map"
require "ohai/hints"
require "mixlib/shellout"
require "ohai/config"
+require "ffi_yajl"
module Ohai
class System