When using this gem with ruby 3.0.3, I get the following error:
NoMethodError:
undefined method `encode' for URI:Module
I checked the reason behind it and the method encode was removed in ruby 3.0
@nquocvuong prepared #6 to solve this. Can someone check this PR, please? Thanks in advance
Thanks @nquocvuong for the PR!
When using this gem with ruby 3.0.3, I get the following error:
I checked the reason behind it and the method
encodewas removed in ruby 3.0@nquocvuong prepared #6 to solve this. Can someone check this PR, please? Thanks in advance
Thanks @nquocvuong for the PR!