Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maint: Drop runtime dependency on base64 #1667

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

Earlopain
Copy link
Contributor

#1658 added base64 as a dependency in order to supress a warning/error on Ruby 3.3/3.4.

There are two places here where it is used, and these can instead be replaced by the pack method which the base64 gem just wraps around.

I've instead added it as a development dependency so that tests can continue to make use of it.

Other gems have taken a similar approach:


Before the change?

base64 is part of the depenency tree.

After the change?

base64 is removed.

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

Copy link

github-actions bot commented Feb 8, 2024

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

@nickfloyd nickfloyd added the Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR label Feb 13, 2024
Copy link
Contributor

@nickfloyd nickfloyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the thorough clean up on this. ❤️

@nickfloyd nickfloyd merged commit a787bf4 into octokit:main Feb 13, 2024
14 checks passed
@nickfloyd nickfloyd changed the title Drop runtime dependency on base64 maint: Drop runtime dependency on base64 Feb 13, 2024
@Earlopain Earlopain deleted the remove-base64-dep branch February 14, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants