Remove config/secrets.yml
Rails no longer generates this file with sensitive secrets (default now is to do secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> in production).