summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-09 17:05:53 -0700
committerGitHub <noreply@github.com>2019-05-09 17:05:53 -0700
commit226ad0539fba13bf2859e79c241c4a3fb6cb3a76 (patch)
tree4d6eb16a2813abfd4669f99a7074361adc07e79d
parent8d66449940f04237586b2f928231c6b26e2cc19a (diff)
parent841a4d4af0ba12a4e60157888f7b665881bd4e4b (diff)
downloadohai-226ad0539fba13bf2859e79c241c4a3fb6cb3a76.tar.gz
Merge pull request #1361 from chef/ohai
Require ohai/version where we use it
-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"