test/dummy/config/secrets.yml in abilities-0.1.2 vs test/dummy/config/secrets.yml in abilities-4.0.0.0

- old
+ new

@@ -9,14 +9,14 @@ # Make sure the secrets in this file are kept private # if you're sharing your code publicly. development: - secret_key_base: 889a0822c20f0f342392c8ddaa58faf9ac0231286ff0c528b488e4a660b57b61b153429f8235bb553b806c28f2bd48648cd99f0123988cf041cf167c3b2af278 + secret_key_base: 2c1c8d4cbaa726b21aa6483b7d556125f4897508e2b94f8b3ddaec675168382c9b3b6eb5a9359d2fade03f539c16ac1ef905891c2410f2fd00b83b76c1666feb test: - secret_key_base: ae80f5e1322f2fc2e89045b32de8dd120dca1fa1319a1e41752f784048db2cef3d6618779933e6fdd1b67e0f6937a7b085f4db37fd690f2d1dfb42d63a58225a + secret_key_base: 9dd531171128e7c3d11dd2c5c18c84ba43d29b677043002634a6f4d58bf2687a283b7b6dc6af741d63c3824f11fa1f858010d7c2509a932023f2ece0d3bfe6cf # Do not keep production secrets in the repository, # instead read values from the environment. production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> + secret_key_base: <%= ENV['SECRET_KEY_BASE'] %>