From 1687a817b7fade3a6debcfdc9a8f9655c11429b5 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Wed, 24 Jan 2018 20:22:34 +0100 Subject: [PATCH] Do not require 'complex'. It's not needed and deprecated --- lib/rackstash/fields/abstract_collection.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/rackstash/fields/abstract_collection.rb b/lib/rackstash/fields/abstract_collection.rb index 3b1cf17..abc300c 100644 --- a/lib/rackstash/fields/abstract_collection.rb +++ b/lib/rackstash/fields/abstract_collection.rb @@ -1,12 +1,11 @@ # frozen_string_literal: true # -# Copyright 2017 Holger Just +# Copyright 2017 - 2018 Holger Just # # This software may be modified and distributed under the terms # of the MIT license. See the LICENSE.txt file for details. require 'bigdecimal' -require 'complex' require 'pathname' require 'uri'