wc-api-ruby
wc-api-ruby copied to clipboard
Update versions
With ruby 2.7 we receive many different deprecation warnings, and indeed recent version of ruby were broken in CI.
I have:
- converted
URI.encode
toURI.encode_www_form
since it has been deprecated. - updated all of the dependent gems, including switching from fakeweb to webmock for mocking the server in tests.
- updated the versions of ruby which travis tests against.
Could you please review (and merge) this Merge Request?