Ошибка пересборки из-за hiredis

Any chance you can help out and report this to GitHub · Where software is built ?

Ideally a repro would be something that:

  1. Runs the docker container for your redis. (and share with byroot for easy debugging)
  2. Runs something like this against your config:
require 'hiredis-client'
require 'redis-client'
require 'redis'
Redis.new(... <- your IP etc..).info 

.info should explode that is what we were running.