From cce94b70edd0fb5ba3d750803c44e6d54ff05e3c Mon Sep 17 00:00:00 2001 From: Holger Just Date: Fri, 21 Jul 2017 17:06:37 +0200 Subject: [PATCH] Explicitly require concurrent gem for Buffer class --- lib/rackstash/buffer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rackstash/buffer.rb b/lib/rackstash/buffer.rb index 280f242..0d88135 100644 --- a/lib/rackstash/buffer.rb +++ b/lib/rackstash/buffer.rb @@ -5,6 +5,8 @@ # This software may be modified and distributed under the terms # of the MIT license. See the LICENSE.txt file for details. +require 'concurrent' + require 'rackstash/fields' module Rackstash