diff options
author | Stan Hu <stanhu@gmail.com> | 2019-07-05 22:20:19 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-07-06 01:14:53 -0700 |
commit | cd4b88a22cfdf1929077c08fc857920faf85e04c (patch) | |
tree | e4806835d5bac7dce42be8246db58bdb0aaf7d7e /Gemfile | |
parent | 6e9f882007a18d594b4a53e417a87fdeec3bc29f (diff) | |
download | gitlab-ce-cd4b88a22cfdf1929077c08fc857920faf85e04c.tar.gz |
Upgrade Rouge to 3.5.1sh-upgrade-rouge-3.5.1
This release includes continued improvements to the library, fixes for a
number of lexers and support for three new languages:
https://github.com/rouge-ruby/rouge/releases
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,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.1' +gem 'rouge', '~> 3.5' gem 'truncato', '~> 0.7.11' gem 'bootstrap_form', '~> 4.2.0' gem 'nokogiri', '~> 1.10.3' |