From 69f5a98f17ebdc5754b7d066acd05a12ef611d86 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 30 Jan 2015 11:16:09 +0200 Subject: [PATCH] Bump Jekyll and gems. --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 175334e..9efd980 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_install: install: - travis_retry npm install -g grunt-cli - travis_retry npm install - - travis_retry gem install --no-document "jekyll:~>2.4.0" "rouge:~>1.7.2" "sass:~>3.4.0" + - travis_retry gem install --no-document "jekyll:~>2.5.3" "rouge:~>1.7.7" "sass:~>3.4.10" matrix: fast_finish: true notifications: diff --git a/README.md b/README.md index 9ba0a69..91124d2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Ratchet's documentation is built with [Jekyll](http://jekyllrb.com) and publicly ### Running documentation locally -1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.4.x). +1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x). - **Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems. 2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`. 3. From the root `/ratchet/docs` directory, run `jekyll serve` in the command line.