diff options
author | Camil Staps <info@camilstaps.nl> | 2019-09-06 10:04:25 +0200 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-09-06 05:29:25 -0700 |
commit | 3781ac1d6f23b057fe26b8009dbb0f0705fee1d9 (patch) | |
tree | 276595dd085252dd352a96282fe3238b0cda88a8 /Gemfile | |
parent | 222d9e62f2f88b01542bea0890fb8fba816f83a5 (diff) | |
download | gitlab-ce-3781ac1d6f23b057fe26b8009dbb0f0705fee1d9.tar.gz |
Update rouge to v3.10.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,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.7' +gem 'rouge', '~> 3.10' gem 'truncato', '~> 0.7.11' gem 'bootstrap_form', '~> 4.2.0' gem 'nokogiri', '~> 1.10.4' |