Rails secrets is not built on but inspired by Sekrets

Put wording in line with http://weblog.rubyonrails.org/2017/4/27/Rails-5-1-final/
This commit is contained in:
Bart 2017-05-02 10:17:08 -04:00 committed by GitHub
parent 00f1f95569
commit 19a76b8749
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ screenshots.
[Pull Request](https://github.com/rails/rails/pull/28038)
Rails now allows management of application secrets in a secure way,
building on top of the [sekrets](https://github.com/ahoward/sekrets) gem.
inspired by the [sekrets](https://github.com/ahoward/sekrets) gem.
Run `bin/rails secrets:setup` to setup a new encrypted secrets file. This will
also generate a master key, which must be stored outside of the repository. The