From a1be888f7c8df38e2493ac16828c082267e79ad4 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 13 Jul 2020 18:10:16 +0200 Subject: [PATCH] config: use Rails 5.2 config defaults --- config/application.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/application.rb b/config/application.rb index 0c6d8ea18..d725ae0e4 100644 --- a/config/application.rb +++ b/config/application.rb @@ -11,8 +11,7 @@ Dotenv::Railtie.load module TPS class Application < Rails::Application - config.load_defaults 5.1 - + config.load_defaults 5.2 # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded.