diff --git a/Gemfile b/Gemfile index 75e6842c8..89ab1cf6d 100644 --- a/Gemfile +++ b/Gemfile @@ -41,6 +41,9 @@ gem "curb" gem "test-unit" gem "selenium" gem "selenium-webdriver" +# nokogirl is needed by capybara which may require one of the below commands +# sudo apt-get install libxslt-dev libxml2-dev +# sudo port install libxml2 libxslt gem "capybara" source "http://rubygems.org"