wc-api-ruby icon indicating copy to clipboard operation
wc-api-ruby copied to clipboard

Update versions

Open dgodd opened this issue 4 years ago • 1 comments

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 to URI.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.

dgodd avatar Jun 12 '20 11:06 dgodd

Could you please review (and merge) this Merge Request?

gamecreature avatar Jan 22 '21 09:01 gamecreature