mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
If #857 comes in, it turns out that we don't need Timecop anymore (it doesn't freeze the monotic clock, so I had to find another way) -- here we remove all mentions of it and drop the dependency. I don't find it causes too much trouble so I'm not against bringing it back in the future if we need it again, but it seems good for project cleanliness to take it out for now.