connect-api-specification icon indicating copy to clipboard operation
connect-api-specification copied to clipboard

Ruby: remove JSON dep

Open ghiculescu opened this issue 7 years ago • 1 comments

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/

ghiculescu avatar Aug 06 '18 19:08 ghiculescu

ps. i would love to see a PR that removes typhoeus and just uses Net::HTTP. would you consider this?

ghiculescu avatar Aug 06 '18 19:08 ghiculescu