When I need to add a new dependent gem in the Gemfile, then run "bundle install" it seems to take forever (sometimes 7 minutes for me). How can I make this process faster?
I did a search on the web, and it mentioned a Gemfile.lock file. That is appearing for me in my local directory. But running "bundle install" still takes forever.
I've been learning Ruby on Rails for the past 2 weeks (so forgive the newby question, if the answer is obvious).
source "http://rubygems.org"in your gemfile? The docs are at gembundler.com – macarthy Mar 8 '11 at 0:47