rubygems / bundler

Manage your Ruby application's gem dependencies
https://bundler.io
MIT License
4.88k stars 2k forks source link

Bundler 0.9.26 hangs on Ruby 1.9.2-preview3 with large Gemfiles. #370

Closed ronin-rb closed 14 years ago

ronin-rb commented 14 years ago

I just generated a new Rails3-beta4 / dm-rails app for a project of mine. I added my few dependencies to the Gemfile and ran bundle install. Bundler then hanged after updating the last git repository of my dependencies, and spiking the CPU to 160%.

$ bundle install
Updating git://github.com/ronin-ruby/ronin-php.git
Updating git://github.com/ronin-ruby/ronin-sql.git
Updating git://github.com/ronin-ruby/ronin-dorks.git
Updating git://github.com/ronin-ruby/ronin-scanners.git
Updating git://github.com/ronin-ruby/ronin-exploits.git
Updating git://github.com/ronin-ruby/ronin-asm.git
Updating git://github.com/ronin-ruby/ronin-web.git
Updating git://github.com/ronin-ruby/ronin-gen.git
Updating git://github.com/ronin-ruby/ronin.git
Updating git://github.com/ronin-ruby/ronin-support.git
Fetching source index from http://rubygems.org/
Updating git://github.com/ronin-ruby/ronin-support.git
Updating git://github.com/ronin-ruby/ronin.git
Updating git://github.com/ronin-ruby/ronin-gen.git
Updating git://github.com/ronin-ruby/ronin-web.git
Updating git://github.com/ronin-ruby/ronin-asm.git
Updating git://github.com/ronin-ruby/ronin-exploits.git
Updating git://github.com/ronin-ruby/ronin-scanners.git
Updating git://github.com/ronin-ruby/ronin-dorks.git
Updating git://github.com/ronin-ruby/ronin-sql.git
Updating git://github.com/ronin-ruby/ronin-php.git

Gemfile: http://github.com/ronin-ruby/ronin-webapp/blob/master/Gemfile#L60

Note: This is not a bug in dm-rails, I was able to generate a stock dm-rails app and successfully run bundle install.

ronin-rb commented 14 years ago

Oops, posted under the wrong account. See #371 instead.