config: migrate all config to Rails 6.1 defaults

This commit is contained in:
Pierre de La Morinerie 2021-03-30 16:42:25 +02:00
parent ce427784e7
commit 42b3ba1e1b
2 changed files with 1 additions and 68 deletions

View file

@ -11,7 +11,7 @@ Dotenv::Railtie.load
module TPS
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.0
config.load_defaults 6.1
# Configuration for the application, engines, and railties goes here.
#