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
For OSX, I had to
brew install qt
and then
sudo gem install capybara-webkit -v '0.7.2'
without sudo it would error