You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION WARNING: `secrets.secret_token` is deprecated in favor of `secret_key_base` and will be removed in Rails 6.0. (called from env_config at /Users/jrochkind/.gem/ruby/2.4.2/gems/railties-5.2.0/lib/rails/application.rb:252)
The text was updated successfully, but these errors were encountered:
In my own app, which runs CI in multiple rails versions (not using appraisal, just my own hack, appraisal probably has it's own way...), I get rid of deprecation message like this:
I've just pushed a commit to avoid setting secret_token for Rails 5.2 onwards (d22798d). Also, secret_key_base is already being set, so for your temporary workaround, you don't need to worry about that.
Thanks for reporting the issue :) I'll push a gem release out in the next week or so.
Running Combustion under 5.2 results in:
The text was updated successfully, but these errors were encountered: