Closed mataku closed 1 month ago
@swarley please review and let me know if you have any questions
This fix was included in another PR that was merged: https://github.com/shardlab/discordrb/pull/277
so going to close this one out. Thanks for the PR, though.
Summary
closes https://github.com/shardlab/discordrb/issues/256
base64 is no longer the default gem from Ruby 3.4 https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/
On Ruby 3.3, we could see the warning:
From Ruby 3.4, we will get the error:
Added
Add base64 dependency to gemspec