summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorCamil Staps <info@camilstaps.nl>2019-09-06 10:04:25 +0200
committerStan Hu <stanhu@gmail.com>2019-09-06 05:29:25 -0700
commit3781ac1d6f23b057fe26b8009dbb0f0705fee1d9 (patch)
tree276595dd085252dd352a96282fe3238b0cda88a8 /Gemfile
parent222d9e62f2f88b01542bea0890fb8fba816f83a5 (diff)
downloadgitlab-ce-3781ac1d6f23b057fe26b8009dbb0f0705fee1d9.tar.gz
Update rouge to v3.10.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fdb30aeb187..d080ef67e3a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'