Bugs item #29056, was opened at 2011-03-03 11:17 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=29056&group_id=126
Category: other >Group: v1.6.x Status: Open >Resolution: Accepted Priority: 3 Submitted By: Dave Verwer (daveverwer) >Assigned to: Eric Hodel (drbrain) Summary: RubyGems 1.6.0 seems to break Capistrano Initial Comment: This is going to be a fairly vague bug report and I apologise for that in advance, feel free to ignore if you can not reproduce. I did a rubygems update and got 1.6.0, after that every time I ran cap, even something as innocuous as "cap -V" in a directory with no capfile in it I got the following error message: /Library/Ruby/Site/1.8/rubygems.rb:267:in `activate': can't activate net-ssh (= 2.0.4) for [], already activated net-ssh-2.1.3 for [] (Gem::LoadError) installing RubyGems 1.5.0 again fixes the problem. Capistrano versions installed are: capistrano (2.5.19, 2.5.2) Net-SSH versions are: net-ssh (2.1.3, 2.0.4, 1.1.4) ---------------------------------------------------------------------- >Comment By: Eric Hodel (drbrain) Date: 2011-03-03 15:14 Message: Can I see a full `gem list`? I can't reproduce with just the gems you've listed: $ GEM_HOME=~/tmp/gems GEM_PATH=~/tmp/gems gem list *** LOCAL GEMS *** capistrano (2.5.19, 2.5.2) highline (1.6.1) needle (1.3.0) net-scp (1.0.4) net-sftp (2.0.5) net-ssh (2.1.3, 2.0.4, 1.1.4) net-ssh-gateway (1.0.1) $ GEM_HOME=~/tmp/gems GEM_PATH=~/tmp/gems ~/tmp/gems/bin/cap -V Capistrano v2.5.19 ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=29056&group_id=126 _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
