]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump Jekyll to v2.5.1.
authorXhmikosR <xhmikosr@gmail.com>
Mon, 10 Nov 2014 06:06:37 +0000 (08:06 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 10 Nov 2014 06:06:45 +0000 (08:06 +0200)
.travis.yml
README.md

index 89bad886fbe9ca6b190335dce56b757f104ebbb9..d2a24595287773775cb1096da51abe8bb604005c 100644 (file)
@@ -20,7 +20,7 @@ after_script:
   - if [ "$TWBS_TEST" = validate-html ] && [ $TWBS_DO_VALIDATOR -ne 0 ]; then ./test-infra/s3_cache.py upload rubygems; fi
 env:
   global:
-    - JEKYLL_VERSION: 2.4.0
+    - JEKYLL_VERSION: 2.5.1
     - ROUGE_VERSION: 1.7.2
     - SAUCE_USERNAME: bootstrap
     - secure: "pJkBwnuae9dKU5tEcCqccfS1QQw7/meEcfz63fM7ba7QJNjoA6BaXj08L5Z3Vb5vBmVPwBawxo5Hp0jC0r/Z/O0hGnAmz/Cz09L+cy7dSAZ9x4hvZePSja/UAusaB5ogMoO8l2b773MzgQeSmrLbExr9BWLeqEfjC2hFgdgHLaQ="
index 25db799eb9988e1fc74a353e278cfc190f4909b5..7b8f24807e3fe7eecc5cc82e324dd87f7f9ce217 100644 (file)
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built
 
 ### 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 `/bootstrap` directory, run `jekyll serve` in the command line.