Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to help a friend to install RoR 2.3.8 We started with his laptop having Ruby 1.8.5 and installed Macports. Then updated gem framework and used Macports to install Sqlite3 and Ruby 1.8.7 Finally we are trying to do sudo gem install sqlite3-ruby and getting and error stating "sqlite3-ruby requires Ruby version >= 1.8.7". At the same time if I type "ruby -v" I do get a confirmation that 1.8.7 is running. Ideas?

share|improve this question

1 Answer

Have you tried to install the gem w/o sudo?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.