gem install rails -v=2.2.2, I got the following response:Bulk updating Gem source index for: http://gems.rubyforge.orgKilledI searched Google and found a couple of suggestions, none of them helping me. It then dawned on me that it's been a while since I installed RubyGems on that server, and sure enough,
gems -v reported that I was running RubyGems version 1.1.This is easily fixed by downloading the latest version of RubyGems from http://rubyforge.org/frs/?group_id=126 which, at the time of writing, is 1.3.1. Unpack the file, go to the directory where you unpacked it and run
sudo ruby setup.rb installThis fixed the problem. YMMV, of course.
No comments:
Post a Comment