]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update Ruby dependencies. 14458/head
authorXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 26 Aug 2014 10:54:22 +0000 (13:54 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 26 Aug 2014 10:54:22 +0000 (13:54 +0300)
.travis.yml
README.md

index cba82c78653e60111f8c1c1d89c663a15951ea02..80d2409a7023d63ec6bbbfac2e6e24b29c27fd21 100644 (file)
@@ -18,8 +18,8 @@ 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.1.1
-    - ROUGE_VERSION: 1.6.1
+    - JEKYLL_VERSION: 2.3.0
+    - ROUGE_VERSION: 1.6.2
     - SAUCE_USERNAME: bootstrap
     - secure: "pJkBwnuae9dKU5tEcCqccfS1QQw7/meEcfz63fM7ba7QJNjoA6BaXj08L5Z3Vb5vBmVPwBawxo5Hp0jC0r/Z/O0hGnAmz/Cz09L+cy7dSAZ9x4hvZePSja/UAusaB5ogMoO8l2b773MzgQeSmrLbExr9BWLeqEfjC2hFgdgHLaQ="
     - secure: "gqjqISbxBJK6byFbsmr1AyP1qoWH+rap06A2gI7v72+Tn2PU2nYkIMUkCvhZw6K889jv+LhQ/ybcBxDOXHpNCExCnSgB4dcnmYp+9oeNZb37jSP0rQ+Ib4OTLjzc3/FawE/fUq5kukZTC7porzc/k0qJNLAZRx3YLALmK1GIdUY="
index 2cc8b530555b01c28ad1e739c72530cd73e18b76..9cdee612877d99b9311b0ef0481ed486939978b3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -66,7 +66,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.1.x).
+1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.3.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.