use*_*363 12 ruby git gem bundler
在我们的rails 3.2中Gemfile,安装了一些带有:git指向repo的选项的gem github,例如:
gem 'ruote', :git => 'http://github.com/jmettraux/ruote.git'
Run Code Online (Sandbox Code Playgroud)
之后bundle install,我们输入gem list列出所有安装的宝石.但是gem list没有ruote列为安装的宝石.事实上,根本没有ruote列出.我们注意到所有engines使用:git指向github上的repo的选项安装的rails也会发生同样的事情.为什么宝石列表没有列出所有安装的宝石?我们怎样才能确保ruote正确安装?