diff options
| author | XhmikosR <[email protected]> | 2014-11-01 10:02:16 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-11-01 10:02:16 +0200 |
| commit | 7d8bacb8178c33c389575d1fc0fc2d99590eb4b6 (patch) | |
| tree | 838fbee229577cf1dd9593af80e6614d060a03a5 | |
| parent | 15faedd8349ef537110351716d6a18ac8dbb6969 (diff) | |
| parent | c6d1aa76fc91087caad8d05ba3e1ff1d61fad9d4 (diff) | |
| download | bootstrap-7d8bacb8178c33c389575d1fc0fc2d99590eb4b6.tar.xz bootstrap-7d8bacb8178c33c389575d1fc0fc2d99590eb4b6.zip | |
Merge pull request #14746 from twbs/gems-bump
Update Jekyll to v2.4.0 and rouge to v1.7.2.
| -rw-r--r-- | .travis.yml | 4 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index d98b38c0c..89bad886f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,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.3.0 - - ROUGE_VERSION: 1.6.2 + - JEKYLL_VERSION: 2.4.0 + - ROUGE_VERSION: 1.7.2 - SAUCE_USERNAME: bootstrap - secure: "pJkBwnuae9dKU5tEcCqccfS1QQw7/meEcfz63fM7ba7QJNjoA6BaXj08L5Z3Vb5vBmVPwBawxo5Hp0jC0r/Z/O0hGnAmz/Cz09L+cy7dSAZ9x4hvZePSja/UAusaB5ogMoO8l2b773MzgQeSmrLbExr9BWLeqEfjC2hFgdgHLaQ=" - secure: "gqjqISbxBJK6byFbsmr1AyP1qoWH+rap06A2gI7v72+Tn2PU2nYkIMUkCvhZw6K889jv+LhQ/ybcBxDOXHpNCExCnSgB4dcnmYp+9oeNZb37jSP0rQ+Ib4OTLjzc3/FawE/fUq5kukZTC7porzc/k0qJNLAZRx3YLALmK1GIdUY=" @@ -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.3.x). +1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.4.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. |
