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:
authorAchilleas Pipinellis <axil@gitlab.com>2021-12-21 16:42:37 +0300
committerMarcel Amirault <mamirault@gitlab.com>2021-12-21 16:42:37 +0300
commit245e5bf51ca10d93869a1b273bb52e30bca7a8c0 (patch)
tree13e30a02e84f1f759f2703626bced3d2d4e5e7bb /Gemfile
parente121fd51206469098254d6cfb46bdd4e2a257522 (diff)
Update gitlab_kramdown to 0.15.0 and remove rouge from Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index ce00fb18..3530b48a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,14 +2,13 @@ source 'https://rubygems.org'
gem 'nanoc', '~> 4.12.0'
gem 'sassc', '~> 2.4.0'
-gem 'rouge', '~> 3.26.0'
gem 'rake', '~> 13.0.0'
group :nanoc do
gem 'nanoc-live'
# custom kramdown dialect
- gem 'gitlab_kramdown', '~> 0.14.0'
+ gem 'gitlab_kramdown', '~> 0.15.0'
# nanoc checks
gem 'nokogiri', '~> 1.12.0'