Расслоение заблокировано к героку (3.99.3)

Я набрал heroku create в моем проекте рельсов, а затем я добавляю в Gemfile gem 'pg' затем я набрал bundle, и эта ошибка показала мне, какие-либо решения этой проблемы?

The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, runблокировка пакета --add-платформа x86-mingw32 x86-mswin32 x64-mingw32 Java. Fetching gem metadata from https://rubygems.org/......... Fetching gem metadata from https://rubygems.org/. Resolving dependencies... Your bundle is locked to heroku (3.99.3), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of heroku (3.99.3) has removed it. You'll need to update your bundle to a version other than heroku (3.99.3) that hasn't been removed in order to install.

2 ответа

Решение

Версия 3.99.3 из heroku драгоценный камень был вырван. Это означает, что это больше не доступно. Смотрите список версий на Rubygems.

Только версия 3.99.4 все еще доступен. Установите его, запустив:

bundle update heroku

Возможно, вы захотите удалить этот драгоценный камень, потому что он не поддерживается и использовать там новый heroku CLI вместо.

Я исправляю это с помощью bundle update

Другие вопросы по тегам