summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-09 16:59:55 -0700
committerTim Smith <tsmith@chef.io>2019-05-09 16:59:55 -0700
commit841a4d4af0ba12a4e60157888f7b665881bd4e4b (patch)
tree4d6eb16a2813abfd4669f99a7074361adc07e79d
parent8d66449940f04237586b2f928231c6b26e2cc19a (diff)
downloadohai-841a4d4af0ba12a4e60157888f7b665881bd4e4b.tar.gz
Require ohai/version where we use it
This was missed until automate required just ohai system Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/ohai/system.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ohai/system.rb b/lib/ohai/system.rb
index 6c920408..a19e19ca 100644
--- a/lib/ohai/system.rb
+++ b/lib/ohai/system.rb
@@ -1,6 +1,6 @@
#
# Author:: Adam Jacob (<adam@chef.io>)
-# Copyright:: Copyright (c) 2008-2017, Chef Software Inc.
+# Copyright:: Copyright (c) 2008-2019, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -16,6 +16,7 @@
# limitations under the License.
#
+require "ohai/version"
require "ohai/loader"
require "ohai/log"
require "ohai/mash"