From 37fc21c2dc97b361975f9c6920faaf911407a218 Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Thu, 8 Dec 2016 11:38:22 -0500 Subject: [PATCH] Do not include Utils, this could cause some bad references on the LogStash::Environment in the context of stand alone gems Fixes #6377 --- logstash-core/lib/logstash/util/byte_value.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/logstash-core/lib/logstash/util/byte_value.rb b/logstash-core/lib/logstash/util/byte_value.rb index bc189a438..36a8c6c83 100644 --- a/logstash-core/lib/logstash/util/byte_value.rb +++ b/logstash-core/lib/logstash/util/byte_value.rb @@ -1,6 +1,5 @@ # encoding: utf-8 require "logstash/namespace" -require "logstash/util" module LogStash; module Util; module ByteValue module_function