Any suggestions on how to fix?
gem install capybara-webkit -v \'0.11.0\' Building native extensions. This could take a while... ERROR: Error installing cap
For Ubuntu 16.04
sudo apt-get install qt-sdk
Followed by
gem install capybara-webkit -v '1.11.0' or replace with whatever version you want to install.
gem install capybara-webkit -v '1.11.0'