Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2018-03-22 07:16:08 +0300
committerGabriel Mazetto <brodock@gmail.com>2018-10-31 17:50:22 +0300
commit2b3c02aedfbbf0bbf8ba1687b0bca5d4b51281c1 (patch)
treeef8a4860efc34bb65cffa6999488cc821ca890a5 /Gemfile
parentc76c418e865ed93fcd9fd45105d8b87c3d76f5ce (diff)
Use Gitlab Kramdown
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8170df86..a3a9fbce 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,12 +5,15 @@ gem 'adsf', '~> 1.4'
gem 'adsf-live', '~> 1.4'
gem 'sass', '~> 3.6'
gem 'kramdown'
-gem 'rouge', '~> 2.2'
+gem 'rouge', '~> 3.2'
gem 'rake', '~> 12.3'
group :nanoc do
gem 'guard-nanoc', '~> 2.1'
+ # custom kramdown dialect
+ gem 'gitlab_kramdown', '~> 0.4'
+
# nanoc checks
gem 'nokogiri', '~> 1.7.0'