Revert "Update rouge to v3.10.0"
This reverts commit 3781ac1d. Rouge v3.8.0+ has a bug in the JSON lexer: https://github.com/rouge-ruby/rouge/issues/1330. Let's revert until that is fixed. Closes https://gitlab.com/gitlab-org/gitlab/issues/32045
Showing
... | @@ -148,7 +148,7 @@ gem 'wikicloth', '0.8.1' | ... | @@ -148,7 +148,7 @@ gem 'wikicloth', '0.8.1' |
gem 'asciidoctor', '~> 2.0.10' | gem 'asciidoctor', '~> 2.0.10' | ||
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false | gem 'asciidoctor-include-ext', '~> 0.3.1', require: false | ||
gem 'asciidoctor-plantuml', '0.0.9' | gem 'asciidoctor-plantuml', '0.0.9' | ||
gem 'rouge', '~> 3.10' | gem 'rouge', '~> 3.7' | ||
gem 'truncato', '~> 0.7.11' | gem 'truncato', '~> 0.7.11' | ||
gem 'bootstrap_form', '~> 4.2.0' | gem 'bootstrap_form', '~> 4.2.0' | ||
gem 'nokogiri', '~> 1.10.4' | gem 'nokogiri', '~> 1.10.4' | ||
... | ... |
Please register or sign in to comment