While bundle install works with no problems, when I run bundle update it hangs indefinitely. You find so? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 <mrsan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> While bundle install works with no problems, when I run bundle update > it hangs indefinitely. > You find so?-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 25 December 2011 16:13, Alex Mercer <alexey.bobyrev-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 gem was meta_search. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.