From 0b6704cd9dd1508a43ea7195a758736fc9eeaebe Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 26 Apr 2016 11:15:15 +0200 Subject: [PATCH] Fix pages after upgrade --- Gemfile | 1 + Gemfile.lock | 5 +++-- index.html | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a28dfb22a..5d177b175 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source "http://rubygems.org" +gem "rouge" gem "github-pages" diff --git a/Gemfile.lock b/Gemfile.lock index a38db7c66..c8cb2a0e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,8 +84,8 @@ GEM jekyll-sitemap (0.10.0) jekyll-textile-converter (0.1.0) RedCloth (~> 4.0) - jekyll-watch (1.3.1) - listen (~> 3.0) + jekyll-watch (1.4.0) + listen (~> 3.0, < 3.1) jemoji (0.6.2) gemoji (~> 2.0) html-pipeline (~> 2.2) @@ -129,6 +129,7 @@ PLATFORMS DEPENDENCIES github-pages + rouge BUNDLED WITH 1.11.2 diff --git a/index.html b/index.html index e72af1680..5bf4e8f45 100644 --- a/index.html +++ b/index.html @@ -47,6 +47,7 @@ Spring Cloud Sleuth features: * If `spring-cloud-sleuth-zipkin` is available then the app will generate and collect Zipkin-compatible traces via HTTP. By default it sends them to a Zipkin collector service on localhost (port 9411). Configure the location of the service using `spring.zipkin.[host,port]`. + ## Quick Start {% include download_widget.md %}