Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What can I do about a Bundler::GemfileNotFound error?

Tags:

I just installed bundler-1.3.3 successfully. However, when I try to run bundle install I get

Bundler::GemfileNotFound 

What is wrong here?

like image 999
user1420042 Avatar asked Mar 13 '13 18:03

user1420042


People also ask

What is the use of bundler in rails?

In Rails, bundler provides a constant environment for Ruby projects by tracking and installing suitable gems that are needed. It manages an application's dependencies through its entire life, across many machines, systematically and repeatably. To use bundler, you need to install it.


1 Answers

cd into a directory that has a Gemfile

like image 68
Anna Avatar answered Sep 28 '22 09:09

Anna