assaf / vanity

Experiment Driven Development for Ruby
http://vanity.labnotes.org
MIT License
1.55k stars 269 forks source link

Enable aliases for config #381

Closed frostmark closed 2 years ago

frostmark commented 2 years ago

@bensheldon Rubocop changed YAML.load -> YAML.safe_load and safe_load doesn't support aliases in yml by default. This PR fixes that

bensheldon commented 2 years ago

Released in https://github.com/assaf/vanity/releases/tag/v4.0.1