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

Adds Ruby 3.2 to the CI matrix #398

Closed petergoldstein closed 1 year ago

softwaregravy commented 1 year ago

This looks good to me