You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, awesome library! Been building a few projects with it, thanks for building this :)
It seems that RSpotify breaks with the move to Ruby 3, specifically it seems centered around the URI.encode method from the looks of this issue: #236
Seems that the method has now been removed in higher version of Ruby, namely 3.0.
I see a few pull requests open that could help out #228 #233
Wondering if it would be possible to get them merged. Happy to help out where possible to get these over the line if interested. Let me know, thanks again for the lib! :)
The text was updated successfully, but these errors were encountered:
Howdy!
First off, awesome library! Been building a few projects with it, thanks for building this :)
It seems that RSpotify breaks with the move to Ruby 3, specifically it seems centered around the
URI.encode
method from the looks of this issue:#236
Seems that the method has now been removed in higher version of Ruby, namely 3.0.
I see a few pull requests open that could help out
#228
#233
Wondering if it would be possible to get them merged. Happy to help out where possible to get these over the line if interested. Let me know, thanks again for the lib! :)
The text was updated successfully, but these errors were encountered: