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:
authorEvan Read <eread@gitlab.com>2019-09-19 09:29:05 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-19 09:29:05 +0300
commit6709f893affb042645cbfed8dc5c5c4a71f2b7f5 (patch)
tree09654bd41a99962d35937000036415a8bf7c2f27 /Gemfile
parent7e315bf97d779aebc6bd07ae65734075d9e3cb22 (diff)
Rouge is fixed upstream, so unpin it
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index bedb3294..fea9dad9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,10 +4,7 @@ gem 'nanoc', '~> 4.10'
gem 'adsf', '~> 1.4'
gem 'adsf-live', '~> 1.4'
gem 'sassc', '~> 2.0'
-# Later versions of Rouge cause nanoc to hang when
-# processing some JSON fenced code blocks.
-# Unpin when fixed (current latest version is 3.9.0).
-gem 'rouge', '3.7.0'
+gem 'rouge', '~> 3.11'
gem 'rake', '~> 12.3'
group :nanoc do