travisjeffery / timecop

A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
MIT License
3.36k stars 223 forks source link

Add back Ruby 2.5 to test why it's failing #384

Closed mick-t closed 2 years ago

mick-t commented 2 years ago

Added back Ruby 2.5 and it appears to work again:

Previous issues may have been transient.

mick-t commented 2 years ago

@joshuacronemeyer any chance of getting this merged? For reference:

joshuacronemeyer commented 2 years ago

OK! 🤞