From 7de7f52394c4f99d7343dcbec91cd778b8bc6f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Thu, 3 Jun 2021 12:19:48 +0200 Subject: [PATCH] fix: disable deprecations warnings --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index a03ef162b..c22fc9510 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -87,7 +87,7 @@ Rails.application.configure do config.i18n.fallbacks = true # Send deprecation notices to registered listeners. - config.active_support.deprecation = :notify + config.active_support.deprecation = [] # Do not dump schema after migrations. # config.active_record.dump_schema_after_migration = false