ruby-debug install error: failed to build gem native extension

前端 未结 8 1971
忘了有多久
忘了有多久 2021-01-30 02:46

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         


        
8条回答
  •  盖世英雄少女心
    2021-01-30 03:17

    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'
    

提交回复
热议问题