1
다음 Ruby 버전을 사용하고 있습니다 : ruby-1.9.3-p36. rvm을 실행하면이 오류가 발생하지만Heroku에 배포 할 때 루비 버전 문제가 발생했습니다.
$ rvm list
Warning! PATH is not properly set up, '/Users/user/.rvm/gems/ruby-1.9.3-p362/bin' is not at first place,
usually this is caused by shell initialization files - check them for 'PATH=...' entries,
it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
to fix temporarily in this shell session run: 'rvm use ruby-1.9.3-p362'.
rvm rubies
ruby-1.9.3-p327 [ x86_64 ]
=* ruby-1.9.3-p362 [ x86_64 ]
ruby-2.0.0-rc1 [ x86_64 ]
난 그냥 Heroku가 배포 내가 응용 프로그램 오류를 얻을 :
ruby-1.9.3-p550 is not installed.
To install do: 'rvm install ruby-1.9.3-p550'
왜에게 Heroku는 'P550'을 사용하려고?
을 - 그거 했니? – Anthony
예 루비가 '1.9.3'인데 'p550'을 지정할 수 없습니다 – Lut
https://devcenter.heroku.com/articles/ruby-support – max