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

Drop base64 dependency #118

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Drop base64 dependency #118

merged 1 commit into from
Jun 17, 2024

Conversation

Earlopain
Copy link
Contributor

Added in #116. On Ruby 3.4 this isn't a default gem anymore and will lead to errors when trying to require it. There are slightly more unintuitive "aliases" in the pack/unpack methods.

I don't believe the url escaping is actually needed. All it does is replace + with - and / with _.

cc @fatkodima

On Ruby 3.4 this isn't a default gem anymore
@fatkodima
Copy link
Contributor

Thank you! Looks good. I definitely need to gain more experience with pack/unpack methods 😅.

@SamSaffron SamSaffron merged commit 02b0cff into SamSaffron:master Jun 17, 2024
5 checks passed
@SamSaffron
Copy link
Owner

thanks!

@Earlopain Earlopain deleted the no-base64 branch June 18, 2024 05:10
Earlopain added a commit to Earlopain/rubocop that referenced this pull request Jun 25, 2024
rubocop#13002
SamSaffron/memory_profiler#118

This causes issues in CI since it accidentally added a dependency on base64
The next release will fix that error
Earlopain added a commit to Earlopain/rubocop that referenced this pull request Jun 25, 2024
rubocop#13002
SamSaffron/memory_profiler#118

This causes issues in CI since it accidentally added a dependency on base64
The next release will fix that error
@Earlopain
Copy link
Contributor Author

@SamSaffron, would you mind creating a release with this? Ruby 3.4 is coming ever-closer and the warning is annoying 🙃

@SamSaffron
Copy link
Owner

sure will push a gem today.

@Earlopain
Copy link
Contributor Author

Thanks, I appreciate that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants