Re: [Rails] Re: bundle update hangs.

2011-12-25 Thread Mauro
On 25 December 2011 16:13, Alex Mercer wrote: > Seems on `bundle update` bundler trying to update all dependencies for > all listed gems in Gemfile. > So maybe it's hangs up on some specific gem. Try to update only gems > that you need(e.g. `bundle update rails`). You are right. The problematic g

[Rails] Re: bundle update hangs.

2011-12-25 Thread Alex Mercer
Seems on `bundle update` bundler trying to update all dependencies for all listed gems in Gemfile. So maybe it's hangs up on some specific gem. Try to update only gems that you need(e.g. `bundle update rails`). On Dec 24, 1:47 pm, Mauro wrote: > While bundle install works with no problems, when I