config: migrate all config to Rails 6.1 defaults
This commit is contained in:
parent
ce427784e7
commit
42b3ba1e1b
2 changed files with 1 additions and 68 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue