CyberSource / cybersource-rest-client-ruby

Ruby client library for the CyberSource REST API
Other
6 stars 36 forks source link

Time dependency #91

Open DawidJanczak opened 1 year ago

DawidJanczak commented 1 year ago

Hello,

I noticed a time dependency was added a while back to support Time.parse, but this library already uses ActiveSupport - is there a reason we can't use Time.parse from there instead of adding a new dependency for the same thing?