Comment 28 for bug 1411473

Revision history for this message
zhiwei (chenzhiwei) wrote : Re: cleanup Gemfile

My comment #26 is not correct, bundler command is driven by rake. So must install rake and bundler before run rake command.

So, there is only one solutioin, update infra config project to replace `bundle exec rake test` by `rake test`.