I recently ported my gem management to bundler, to get my app to play nice with heroku.Upon doing so I started to see the following errors (though my app is running fine):
I just started using bundler for gem packaging in vendor/. The problem is with certain gems (like rspec and cucumber) that have binaries. The binary path that is under my_app/vendor/gems/ruby/1.8/...c
I use Katz\'s Bundler to manage gem dependencies. Who know, how to tell to TextMate ignore my \"vendor/bundler_gems\" folder in \"Go to File\"?
How can I de-activate the newer version of cucumber, or get this to work with the earlier version? 开发者_Go百科