Open ghiculescu opened 6 years ago
fixes https://github.com/square/connect-ruby-sdk/issues/36
JSON is in the standard lib as of ruby 1.9, which this gem requires anyway.
See also https://www.mikeperham.com/2016/02/09/kill-your-dependencies/
ps. i would love to see a PR that removes typhoeus and just uses Net::HTTP. would you consider this?
typhoeus
Net::HTTP
fixes https://github.com/square/connect-ruby-sdk/issues/36
JSON is in the standard lib as of ruby 1.9, which this gem requires anyway.
See also https://www.mikeperham.com/2016/02/09/kill-your-dependencies/