I'm really new to coding so please pardon my inexperience. I'm following Michael Hartl's tutorial, and I'm stuck on the part where you're supposed to make a server. The instruction is to simply type:
$ rails server
The error message I'm getting is:
/Users/name/.rvm/gems/ruby-1.9.3-p429/gems/sqlite3-1.3.5/lib/sqlite3/sqlite3_native.bundle: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
I'm confused as to why it says ruby 1.8.7 even though i'm using 1.9.3. Please help me fix this problem. I'm a complete beginner so please keep it simple.