I'm running Ubuntu 13.04, and I'm trying to use this project.
I understand that I first need to install its dependencies, but when I try to install the Grape gem I'm getting this error
ERROR: Error installing grape:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from extconf.rb:13:in `<main>'
I pretty new to Ruby at all, so I'll appreciate any help
Thanks