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

Update base64 dependency version #780

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

SleepingInsomniac
Copy link
Contributor

Hi, I'm getting the following error when trying to use the HTTP gem with Rails 7.1.3:

You have already activated base64 0.1.1, but your Gemfile requires base64 0.2.0. Since base64 is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports base64 as a default gem. (Gem::LoadError)

RUBY VERSION
ruby 3.2.3p157

BUNDLED WITH
2.5.6

It looks like this will happen until ruby 3.4 when base64 is removed from the default gems. Since there weren't any API changes in the base64 gem since 0.1.1 despite the minor version update, it looks like this version is safe to bump: https://github.com/ruby/base64/releases.

I think removing the dependency like in #778 is preferable, but while that awaits review, we can bump the version here.

@tarcieri tarcieri merged commit cb13273 into httprb:main Jul 8, 2024
6 checks passed
@tarcieri
Copy link
Member

tarcieri commented Jul 8, 2024

Thanks!

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.

2 participants