aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-05-02 16:25:32 +0200
committerGitHub <noreply@github.com>2017-05-02 16:25:32 +0200
commit39a2e1465e15d1da56ba1f4ed14fd38740bd86d4 (patch)
tree9acd5af390e0f68892f678947490ead70f36a4cf
parent00f1f95569a491c89bf78f08b78ebf0e6ff1d9d1 (diff)
parent19a76b8749d961a13a4c485c110a5a35bd0825db (diff)
downloadrails-39a2e1465e15d1da56ba1f4ed14fd38740bd86d4.tar.gz
rails-39a2e1465e15d1da56ba1f4ed14fd38740bd86d4.tar.bz2
rails-39a2e1465e15d1da56ba1f4ed14fd38740bd86d4.zip
Merge pull request #28956 from bdewater/patch-1
Rails secrets is not built on but inspired by Sekrets
-rw-r--r--guides/source/5_1_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md
index ecdb951870..fa92b9e5f8 100644
--- a/guides/source/5_1_release_notes.md
+++ b/guides/source/5_1_release_notes.md
@@ -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