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 17:07:21 -0700
commita467d06706cfed5e6512e0ac63fe27d92be270a9 (patch)
tree909faa38fe1a1255d20f579e27be1bb06a8eb9be
parent7687d0d33570fc0f2088cc0e1eb87453f36c79d8 (diff)
downloadohai-a467d06706cfed5e6512e0ac63fe27d92be270a9.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 b6056d37..9a4ebc92 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"