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
I haven't want to make a release with a known bug on the latest release of Rails (#65). A Rails 5.2.x point release broke something (I never found what). And when I just checked to see if Rails 6 was any better it turns out it has even more breakages (#73).
strftime crashes when passing a frozen format string and 24 hour
Tod::TimeOfDay
This can happen when using
# frozen_string_literal: true
and a hardcoded format string.Note this actualyl has been fixed in latest master (2e09f11) but no release has been cut
The text was updated successfully, but these errors were encountered: