다른 누구에게도이 문제가 발생 했습니까?ruby-debug를 설치할 수 없습니까?
gem install ruby-debug
Building native extensions. This could take a while...
ERROR: Error installing ruby-debug:
ERROR: Failed to build gem native extension.
/Users/ohad/.rvm/rubies/ruby-1.9.3-p327/bin/ruby extconf.rb
Can't handle 1.9.x yet
*** extconf.rb failed ***
gemset과 관련이 있다면 사용하고 있습니다.
gem install ruby-debug19
자세한 내용은 the gems project page을 확인하십시오
:
여기 내 환경입니다. 아니면 그런 식으로. – MurifoX