summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-02-17 16:23:38 -0600
committerJay Mundrawala <jdmundrawala@gmail.com>2015-02-17 16:23:38 -0600
commit68154413e54ff51a9ab38ec6383b29079d375d03 (patch)
treea8bc09af7ec166fee759fc38cd20fb627e5f53f3
parent2711c5b7eaa2086212da2c7338f220b4f215747c (diff)
downloadohai-68154413e54ff51a9ab38ec6383b29079d375d03.tar.gz
Need to require ipaddress
-rw-r--r--lib/ohai/util/ip_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ohai/util/ip_helper.rb b/lib/ohai/util/ip_helper.rb
index 92da9956..3195dd7b 100644
--- a/lib/ohai/util/ip_helper.rb
+++ b/lib/ohai/util/ip_helper.rb
@@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+require 'ipaddress'
+
module Ohai
module Util
module IpHelper