amberframework / amber

A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
https://amberframework.org
MIT License
2.57k stars 204 forks source link

Remove use of YAML.mapping from amber/cli/plugins/settings.cr. #1359

Closed hugopl closed 7 months ago

hugopl commented 7 months ago

Description of the Change

Remove use of YAML.mapping on amber/cli/plugins/settings.cr

My original objective was to fully remove YAML.mapping from Amber, but without time to complete the whole removal I though that submit the initial work would be a good start.