I am new to ruby, but while trying to install capybara to run test on my system I get the following error. Im running OSX
my_app$ gem install capybara-webkit
I am using Yosemite and following commands has fixed my issue.
brew install qt brew linkapps qt gem install capybara-webkit