Skip to content

Instantly share code, notes, and snippets.

@douglasmartins7
Created July 10, 2017 19:45
Show Gist options
  • Save douglasmartins7/1bcfece6c0da923012148a323eb727ec to your computer and use it in GitHub Desktop.
Save douglasmartins7/1bcfece6c0da923012148a323eb727ec to your computer and use it in GitHub Desktop.
ruby-fedora-Capybara.md
dnf install ruby ruby-devel libxml2-devel redhat-rpm-config
If using mariadb, dnf install mariadb-devel
If using sqlite, dnf install sqlite-devel
gem install bundler
For gem capybara-webkit: (if you get error due to this gem)
dnf install qt-devel
QMAKE=/usr/bin/qmake-qt4 (in the same shell as bundle install)
bundle install or gem install capybara-webkit will now succeed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment