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

Revert "Explicitly require activesupport >= 4.2" #396

Closed joshuacronemeyer closed 1 year ago

joshuacronemeyer commented 1 year ago

Reverts travisjeffery/timecop#391 This didn't end up fixing the build. We played a hunch, but ruby 2.5 build still failing.