Open nathansamson opened 4 years ago
Yeah, you'll have to use master for now.
I haven't want to make a release with a known bug on the latest release of Rails (https://github.com/jackc/tod/issues/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 (https://github.com/jackc/tod/issues/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 (https://github.com/jackc/tod/commit/2e09f11349566f00f3dbbf64af8f6a97d7ffc202) but no release has been cut