aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorBart <bartdewater@gmail.com>2017-05-02 10:17:08 -0400
committerGitHub <noreply@github.com>2017-05-02 10:17:08 -0400
commit19a76b8749d961a13a4c485c110a5a35bd0825db (patch)
tree9acd5af390e0f68892f678947490ead70f36a4cf /guides/source
parent00f1f95569a491c89bf78f08b78ebf0e6ff1d9d1 (diff)
downloadrails-19a76b8749d961a13a4c485c110a5a35bd0825db.tar.gz
rails-19a76b8749d961a13a4c485c110a5a35bd0825db.tar.bz2
rails-19a76b8749d961a13a4c485c110a5a35bd0825db.zip
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/
Diffstat (limited to 'guides/source')
-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