Commit Graph

3 Commits

Author SHA1 Message Date
Stan Hu 78d78ad199 Add comment about the need for truncating keys in Ruby 2.4
[ci skip]
2018-06-01 13:49:22 -07:00
Stan Hu b5c706326a Upgrade to Ruby 2.4.4
Fixes that make this work:

* A change in Ruby (ce635262f5)
requires passing in the exact required length for OpenSSL keys and IVs.

* Ensure the secrets.yml is generated before any prepended modules are
loaded. This is done by renaming the `secret_token.rb` initializer to
`01_secret_token.rb`, which is a bit ugly but involves the least impact on
other files.
2018-05-29 15:19:33 -07:00
Kamil Trzciński 575302c1b9 Do not preload settings 2018-04-24 19:32:06 +02:00
Renamed from lib/settings.rb (Browse further)