From 9606c951b610422d818420d505f3c5ef4b4c069e Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sat, 19 Jan 2019 23:11:14 -0800 Subject: [PATCH] silence money gem warnings --- environment.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.rb b/environment.rb index 6a0d711a..80c979e5 100644 --- a/environment.rb +++ b/environment.rb @@ -163,3 +163,5 @@ gandi_opts[:env] = :test # unless ENV['RACK_ENV'] == 'production' $gandi = Gandi::Session.new $config['gandi_api_key'], gandi_opts $image_optim = ImageOptim.new pngout: false, svgo: false + +Money.locale_backend = nil