расслоение заблокировано к героку (3.99.3) - PullRequest
0 голосов
/ 29 сентября 2018

Я набрал heroku create в своем проекте rails и затем добавил в 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 ]

0 голосов
/ 29 сентября 2018

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

По-прежнему доступна только версия 3.99.4.Установите его:

0 голосов
/ 29 сентября 2018

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

...