Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

no such file to load -- bundler/setup (Ruby on rails)

I am attempting to get a rails 3.0.5 app up and running at http://blastoserver.com/. You can see the errors there. (backtrace)

Any ideas?

like image 648
Chris Muench Avatar asked Sep 01 '11 12:09

Chris Muench


1 Answers

Try gem install bundler. If that doesn't work my guess would be that you're using two different ruby or rubygems installations. The user running the webserver does not see the bundler gem.

like image 143
Matt Avatar answered Oct 04 '22 20:10

Matt