Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ruby v 1.8.x に対しては linecache (0.46) gem をインストールできますが、2.0.0 にはインストールできません。bundle install を実行するとき、2.0.0 に対してインストールしたい linecache を除いて、すべての gem を 2.0.0 に対してインストールするように指定したいと思います。どうやってやるの?
すべてのgemに古いバージョンのrubyを使用してインストールするだけになりました。と を使用rvm use "ree-1.8.7-2012.02"しbundle installましたが、うまくいきました。
rvm use "ree-1.8.7-2012.02"
bundle install