Closed ronin-rb closed 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
$ 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.
Oops, posted under the wrong account. See #371 instead.
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%.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
.