spec/dummy/config/secrets.yml in friendly_id-method_scopes-0.1.7 vs spec/dummy/config/secrets.yml in friendly_id-method_scopes-0.1.8
- old
+ new
@@ -3,19 +3,19 @@
# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
-# You can use `rake secret` to generate a secure secret key.
+# You can use `rails secret` to generate a secure secret key.
# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.
development:
- secret_key_base: 8bec2b9266c0e33fbd7886ce708d2639a7dc79bed4d35cd44976e10e47b08d4db98bfbeb41d6820a5332baf9ac8a34dbd6c84ddefa90940a4ce16b5e4e6e1b25
+ secret_key_base: 4f36ed6a91c7affe0fb5d6418806c3fb323d2f8deb642d496dab22c05c0266d7c3e40950d8c86c3273122953a0f8e7b116ede62a792cbd07d0cf3986167db8ac
test:
- secret_key_base: 464dad9c71f0f4a49173465c056d28b20b8853e5b755da9b31b6f11327af1e60169b3e42fb11ba64764c225ae399a1ca70b380a6b3abe3f4a090dcf370073dec
+ secret_key_base: 30f84e19e68c85b4d6fbe54a9f1345ac53f4c7f165496a136b184221849c4fb4bbabfcbaff42d8ac6a23f549fc0141c612c367120e26848d57998010cb6ea7a3
# Do not keep production secrets in the repository,
# instead read values from the environment.
production:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>