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-11-19 21:18:15 +0300
committerGabriel Mazetto <brodock@gmail.com>2018-11-21 22:54:03 +0300
commitb9257ea8b250d3b9273ea3e9ea9af379d96e5320 (patch)
tree311e4baeecb87979579cfacf8fc6b30f85956048 /Gemfile
parentca07f118c90ff6527e4b9d90135d038bdb54459b (diff)
Upgrade gitlab_kramdown gem to 0.4.2.
Remove `kramdown` from Gemfile, and just use it from gitlab_kramdown gem with the specified/recommended version from there. Update local ruby version
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'