sendgrid / sendgrid-ruby

The Official Twilio SendGrid Led, Community Driven Ruby API Library
https://sendgrid.com
MIT License
620 stars 324 forks source link

chore: Add base64 to gemspec #499

Open shmokmt opened 8 months ago

shmokmt commented 8 months ago

Fixes

Add base64 to gemspec, which is no longer the default gem from Ruby 3.4. In fact, when I run the make test command on Ruby 3.3 I get the warning.

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.

References

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.