Problem installing rspec-1.3.2 on Lion using RVM and ruby 1.8.6 Problem installing rspec-1.3.2 on Lion using RVM and ruby 1.8.6 ruby ruby

Problem installing rspec-1.3.2 on Lion using RVM and ruby 1.8.6


I installed 1.8.6 fresh with no gems and installed with verbose flag...

gem install rspec -v=1.3.2 --verboseGET http://rubygems.org/specs.4.8.gz302 Moved TemporarilyGET http://production.s3.rubygems.org/specs.4.8.gz200 OKInstalling gem rspec-1.3.2Abort trap: 6

I see the problem of Abort Trap 6 seems to indicate that some dependency is missing. I was hoping that this would get resolved with the pristine command, but settled on just going down a version.

rvm gemset pristinegem install rspec -v=1.3.1 --verbose...Successfully installed rspec-1.3.1...gem list*** LOCAL GEMS ***rake (0.9.2)rspec (1.3.1)

Why must you use 1.3.2 instead of 1.3.1? Hope this helps.