RVM を使用したときに作成されたアプリがあります。rbenv に切り替えましたが、動作しません。サーバーを実行しようとすると、formastic gem が見つからないと表示されます。
Could not find formtastic-2.2.1 in any of the sources
Try running `bundle install`.
を実行bundle install
すると、バンドルが完了したと表示されますが、formtastic はリストされていません。
ただし、bundle show formtastic
インストールされていることを示しています。
bundle show formtastic
/Users/me/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/formtastic-2.2.1
しかし、サーバーはそれを見つけることができません:
Macintosh-2:$ rails s
Could not find formtastic-2.2.1 in any of the sources
Try running `bundle install`.