Fix nokogiri version

This commit is contained in:
Blog cron job 2016-03-21 13:01:55 +01:00
parent 301806ebc9
commit d55cf37778

View file

@ -6,7 +6,7 @@ rvm:
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y build-essential patch libxslt-dev libxml2-dev - sudo apt-get install -y build-essential patch libxslt-dev libxml2-dev
- gem install --verbose nokogiri -v 1.6.4 - gem install --verbose nokogiri -v 1.6.7.2
bundler_args: --without production bundler_args: --without production
script: bundle exec nanoc script: bundle exec nanoc