You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is apparently due to some recent changes to downgrade the base64 library from a default stdlib library and to a bundled gem. I believe you will need to add base64 to the gemspec, so other gems that depend on async-dns do not have to do the same.
The text was updated successfully, but these errors were encountered:
postmodern
changed the title
Bundler under Ruby 3.4 no longer treats base64 as a default or bundled gem
Bundler under Ruby 3.4 no longer treats base64 as a default gem
Feb 3, 2025
Seeing some spec failures due to Bundler not allowing
async-dns
to requirebase64
.https://github.com/ronin-rb/ronin-dns-proxy/actions/runs/13103082741/job/36553753530
This is apparently due to some recent changes to downgrade the
base64
library from a default stdlib library and to a bundled gem. I believe you will need to addbase64
to the gemspec, so other gems that depend onasync-dns
do not have to do the same.The text was updated successfully, but these errors were encountered: