thoughtbot / parity

Shell commands for development, staging, and production parity for Heroku apps
https://thoughtbot.com
MIT License
889 stars 57 forks source link

Add aliases: true when loading database.yml in newer Rubies #197

Closed multiplegeorges closed 2 years ago

multiplegeorges commented 2 years ago

Updated the backup code and added the aliases: true option to YAML.load. This allows Psych to properly load a database.yml file with aliases in newer Rubies.

Fixes #196