From 32cdadba17ad3db34465a27c09992386bc37bb50 Mon Sep 17 00:00:00 2001 From: Shidong Wang Date: Sat, 1 Feb 2020 11:07:25 +0800 Subject: [PATCH] Update Gemfile --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index e0279f576..159e8dde8 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins gem 'jekyll-redirect-from', group: :jekyll_plugins gem 'jekyll-seo-tag' - +gem 'rouge', :github => 'rouge-ruby/rouge'