Morendil comments on Hacking Less Wrong made easy: Vagrant edition - Less Wrong

28 Post author: Morendil 30 January 2012 06:51PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (4)

You are viewing a single comment's thread. Show more comments above.

Comment author: Morendil 31 January 2012 07:40:32AM 3 points [-]

Which version of Ruby do you have? Macs ship with 1.8.2 (Tiger), 1.8.6 (Leopard) or 1.8.7 (Snow Leopard).

The advice I've seen for this error is to get the latest version of Rubygems, not Ruby: http://rubygems.org/pages/download

Comment author: Emile 31 January 2012 11:12:03AM 0 points [-]

Right, it's more likely a problem of the version of gems and not of ruby (I think I have Leopard - I'm not on my home machine now).

When running

gem update --system

... I got the same error as above, so I guess I'll have to manually download it and install it and hope that the new one will become the default version (I'm somewhat wary of doing that, I don't like having several versions of the same software on one machine).