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

Use bundle add instead #385

Closed glaucocustodio closed 2 years ago

glaucocustodio commented 2 years ago

As per https://github.com/rubygems/rubygems/pull/5337, we can simplify the steps of adding a gem.

joshuacronemeyer commented 2 years ago

Ok. That's a new one to me.