ローカル マシンに ruby-2.0.0-p0 があります。Rails アプリケーションをデプロイしていたときに、多くのエラーが発生しました。修正して実行していました。しかし、1日後、同じアプリケーションを実行しようとすると、このメッセージが表示されました
You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers,
you can switch to '.ruby-version' using 'rvm rvmrc to [.]ruby-version'
or ignore this warnings with 'rvm rvmrc warning ignore /home/Desktop/PV-NEC/pv-nec/.rvmrc',
'.rvmrc' will continue to be the default project file in RVM 1 and RVM 2,
to ignore the warning for all files run 'rvm rvmrc warning ignore all.rvmrcs'.
ruby-2.0.0-p195 is not installed.
To install do: 'rvm install ruby-2.0.0-p195'
rvm use ruby-2.0.0-p195@rails3
コードを .rvmrc ファイルに入れました。私はそれを変更する必要がありますか、それとも何か他のことをする必要がありますか。