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
fix deprecation warning from Rails 7.2, use kwarg for bold option
Why?
Fixes DEPRECATION WARNING: Bolding log text with a positional boolean is
deprecated and will be removed in Rails 7.2. Use an option hash instead
(eg. `color("my text", :red, bold: true)`)
0 commit comments