Closed ebababi closed 4 months ago
Previous commit d54a6b7 broke Ruby 2.5 compatibility by using Time#iso8601. Patching it to use Time#strftime instead.
Time#iso8601
Time#strftime
No, it's the CI that has issues, not the previous PR.
Previous commit d54a6b7 broke Ruby 2.5 compatibility by using
Time#iso8601
. Patching it to useTime#strftime
instead.