1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-12-24 00:21:11 +00:00

Explicitly require concurrent gem for Buffer class

This commit is contained in:
Holger Just 2017-07-21 17:06:37 +02:00
parent 1b81e763b2
commit cce94b70ed

View File

@ -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