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:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index a3a9fbce..f1e2e8de 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,6 @@ gem 'nanoc', '~> 4.10'
gem 'adsf', '~> 1.4'
gem 'adsf-live', '~> 1.4'
gem 'sass', '~> 3.6'
-gem 'kramdown'
gem 'rouge', '~> 3.2'
gem 'rake', '~> 12.3'
@@ -12,7 +11,7 @@ group :nanoc do
gem 'guard-nanoc', '~> 2.1'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.4'
+ gem 'gitlab_kramdown', '~> 0.4.2'
# nanoc checks
gem 'nokogiri', '~> 1.7.0'