Не удалось получить спецификации с https://rubygems.org/

Не удалось получить спецификации с https://rubygems.org/

У меня есть gentoo linux, где я запускаю экземпляр gitlab. Я застрял при обновлении доdev-vcs/gitlab-gitaly-1.7.1Когда установка выполняет команду

bundle install --deployment

Вывод:

Fetching source index from https://rubygems.org/

Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Could not fetch specs from https://rubygems.org/
make[1]: *** [Makefile:32: ../.ruby-bundle] Error 17
make[1]: Leaving directory '/var/tmp/portage/dev-vcs/gitlab-gitaly-1.7.1/work/gitlab-gitaly-1.7.1/_build'
make: *** [Makefile:24: build] Error 2
 * ERROR: dev-vcs/gitlab-gitaly-1.7.1::gitlab failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=dev-vcs/gitlab-gitaly-1.7.1::gitlab'`,
 * the complete build log and the output of `emerge -pqv '=dev-vcs/gitlab-gitaly-1.7.1::gitlab'`.
 * The complete build log is located at '/var/tmp/portage/dev-vcs/gitlab-gitaly-1.7.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-vcs/gitlab-gitaly-1.7.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-vcs/gitlab-gitaly-1.7.1/work/gitlab-gitaly-1.7.1'
 * S: '/var/tmp/portage/dev-vcs/gitlab-gitaly-1.7.1/work/gitlab-gitaly-1.7.1'

Я пробовал переустановить bundler, обновить ruby, отключить маршрутизацию ipv6, но ничего не помогло. Я проверил, что могу получить доступ кhttps://rubygems.org/используя wget, я могу пинговать rubygems.org. Я предполагаю, что проблема может быть в openssl. У меня есть dev-libs/openssl-1.0.2r, dev-lang/ruby-2.4.6 и dev-lang/ruby-2.5.5, но использование любого из них не работает. Кто-нибудь сталкивался с этой проблемой и решил ее?

Связанный контент