Estou tentando rodar o comando bundle install mas me retorna o seguinte erro:
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /tmp/bundler20170307-5949-j6qruosqlite3-1.3.13/gems/sqlite3-1.3.13/ext/sqlite3
/usr/bin/ruby2.3 -r ./siteconf20170307-5949-7nzna7.rb extconf.rb
mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h
extconf failed, exit code 1
Gem files will remain installed in /tmp/bundler20170307-5949-j6qruosqlite3-1.3.13/gems/sqlite3-1.3.13 for inspection.
Results logged to /tmp/bundler20170307-5949-j6qruosqlite3-1.3.13/extensions/x86_64-linux/2.3.0/sqlite3-1.3.13/gem_make.out
Using turbolinks-source 5.0.0
An error occurred while installing json (1.8.6), and Bundler cannot continue.
Make sure that `gem install json -v '1.8.6'` succeeds before bundling.
Então vi no fórum uma duvida sobre o mesmo problema, lá sugeria executar o comando sudo gem update --system, mas não obtive sucesso. tentei rodar o comando sudo gem install json -v '1.8.6' e tambem nao mudou nada. O que posso fazer?
Desde já agradeço a atenção