rails6にdeviseを入れてrails g devise Userをすると
Deprecation warning: Expected boolean default value for '--orm'; got :active_record (string). This will be rejected in the future unless you explicitly pass the options `check_default_type: false` or call `allow_incompatible_default_type!` in your code You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
このような警告が出たのですがどう対処していいかわかりません。
このままでも問題ないのでしょうか?
5.2.4でも試したのですが同じ警告が出ました。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。