Specified new ruby rvm now rails is broken

Hi folks,
my terminal was loading up an older version of ruby so I installed the
latest with rvm and specified the rout in my .bash_profile.

Latest ruby is being used but getting this error when trying to run
rails

/Users/bradwrage/.rvm/gems/ruby-1.9.3-p286/gems/sqlite3-1.3.6/lib/sqlite3/sqlite3_native.bundle:
[BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]

Abort trap: 6

Any idea?

On 1 November 2012 04:37, wragen22 [email protected] wrote:

Hi folks,
my terminal was loading up an older version of ruby so I installed the
latest with rvm and specified the rout in my .bash_profile.

Latest ruby is being used but getting this error when trying to run rails

/Users/bradwrage/.rvm/gems/ruby-1.9.3-p286/gems/sqlite3-1.3.6/lib/sqlite3/sqlite3_native.bundle:

[BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]

That looks as if you are running ruby 1.8.7. What do you get if you
go into the top level folder of your rails project and do
ruby -v
rails -v

Colin