我正在尝试使用Ruby-1.9.3-p551版本部署Ruby on Rails项目,但是在安装Ruby 1.9.3版本时失败,给出了以下错误:
! An error occurred while installing ruby-1.9.3-p551
!
! Heroku recommends you use the latest supported Ruby version listed here:
! https://devcenter.heroku.com/articles/ruby-support#supported-runtimes
!
! For more information on syntax for declaring a Ruby version see:
! https://devcenter.heroku.com/articles/ruby-versions
答案 0 :(得分:0)
具体来说,你必须告诉heroku给你带有cedar-14&的ubuntu服务器版本。然后确保gemfile
gemfile.lock
此处的详细信息...... Errors in Gemfile
此页面包含您需要的详细信息...... https://devcenter.heroku.com/articles/ruby-support#supported-runtimes
答案 1 :(得分:-1)
Ruby 1.9.1多年前就已经达到了EOL,Heroku不再支持它了 你应该升级ruby版本。