Reputation: 22515
How does Bundle know what gems need to be installed when I do a "bundle install"? Does it look for gems in a specific directory?
Upvotes: 3
Views: 84
Reputation: 1069
Bundler looks for a your gem dependencies in the Gemfile at the root of your Rails project folder, and executes the command bundle install.
bundle install