-
- Downloads
Update rouge to v3.7.0
This adds support for a number of new languages (e.g. Ada) and fixes a number of lexers: https://github.com/rouge-ruby/rouge/compare/v3.5.1..v3.7.0 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64625
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- changelogs/unreleased/sh-update-rouge-3-7-0.yml 5 additions, 0 deletionschangelogs/unreleased/sh-update-rouge-3-7-0.yml
- spec/features/markdown/copy_as_gfm_spec.rb 1 addition, 1 deletionspec/features/markdown/copy_as_gfm_spec.rb
Loading
| Loading
| @@ -134,7 +134,7 @@ gem 'wikicloth', '0.8.1' |
gem 'asciidoctor', '~> 2.0.10' | ||
gem 'asciidoctor-include-ext', '~> 0.3.1', require: false | ||
gem 'asciidoctor-plantuml', '0.0.9' | ||
gem 'rouge', '~> 3.5' | ||
gem 'rouge', '~> 3.7' | ||
gem 'truncato', '~> 0.7.11' | ||
gem 'bootstrap_form', '~> 4.2.0' | ||
gem 'nokogiri', '~> 1.10.3' | ||
Loading
| Loading
|
Please register or sign in to comment