1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-12-19 15:01:12 +00:00

Do not require 'complex'. It's not needed and deprecated

This commit is contained in:
Holger Just 2018-01-24 20:22:34 +01:00
parent dda72c2f84
commit 1687a817b7

View File

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