Skip to content

Commit

Permalink
Install Qt5 for capybara-webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Oct 6, 2015
1 parent d75d49d commit 6d6cf02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# sed for json
brew 'jq'

# Qt5 for capybara-webkit
brew 'qt5'

# grep for ps
brew 'pgrep'

Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ echo "Installing Homebrew packages..."
brew update
brew tap homebrew/bundle
brew bundle
brew link --force qt5

echo "Installing latest Ruby..."
rbenv install "$latest_ruby_version"
Expand Down

0 comments on commit 6d6cf02

Please sign in to comment.