stackoverflow.com

Ruby Gems and IPv6

June, 22nd 2022 · #ruby#mac#ipv6

Can’t believe this is real, apparently since 2018 you can’t install gems on a machine that has working IPv6 support? There is a trillion fixes and workaround around on the internet, but the only one I could get to work was turn off IPv6 support on my mac, when the actual fix would really have to be done by rubygems.org: either remove the AAAA records on your domain or actual set up IPv6 (preferably the latter of course).

Truly shocked that such a popular tool hasn’t been fixed within 4 years..

Read the full article on stackoverflow.com →