silence money gem warnings

This commit is contained in:
Kyle Drake 2019-01-19 23:11:14 -08:00
parent 8e7a6bff33
commit 9606c951b6

View file

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