I'm running on OSX Snow Leopard. Using ruby -v I see I have 1.8.7 and using rails -v I have 2.3.5
When I try gem update rails I get the following error:
bundler requires RubyGems version >= 1.3.6
|
I'm running on OSX Snow Leopard. Using When I try gem update rails I get the following error:
| |||||||||||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I suggest using rvm instead of trying to mess with ruby that comes default with Mac os | |||
|
feedback
|
|
The error message you're receiving is because the new version of Rails requires a newer version of
You may need
Once this is done, and you can confirm your gem version is at least 1.3.6, you should be able to run:
| |||
|
feedback
|
|
From my comment, you can upgrade
| |||||||
feedback
|
|
I don't know if you have Brew or Macport: If you have Brew installled then you use the following command to install:
or
Please go through this link:
| ||||
|
feedback
|