Я набрал 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.