I\'m running 1.9.2 with rails 3.
I\'m using rvm.
I did:
sudo gem install ruby-gem
and got:
Building native exte
the ruby-debug gem is not compatible to Ruby 1.9.2. You need use the gem ruby-debug19
So change in your Gemfile to use this one
gem 'ruby-debug19'