sferik / x-ruby

A Ruby interface to the X API.
MIT License
68 stars 13 forks source link

Add base64 to Gemfile #31

Closed xuanxu closed 2 weeks ago

xuanxu commented 1 month ago

This PR adds base64 to the Gemfile.

base64 will not be part of the default gems since Ruby 3.4.0. This change silences the following warning:

/gems/x-0.14.1/lib/x/oauth_authenticator.rb:1: warning: base64 was loaded from the standard library, 
but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec