Ruby on Rails has a support for storing credentials and secrets with rails
credentials:edit
* Rails 5.1 introduced secrets https://github.com/rails/rails/pull/28038
* Rails 5.2 replaced secrets with credentials
https://github.com/rails/rails/pull/30067
* Rails 6. added support for multi environment credentials
https: