summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2018-08-16 15:15:09 -0500
committerDrew Blessing <drew@gitlab.com>2018-08-16 15:15:09 -0500
commit84af372fc3d75e151d62102ff3acb42beb62b6a1 (patch)
treec259238069cf78f0eeeaa0ccf06ef62470719813
parent216e269ea09c692132eab9f57c40009d9b1615df (diff)
downloadgitlab-ce-84af372fc3d75e151d62102ff3acb42beb62b6a1.tar.gz
Update Rouge to 3.2.1. Includes a critical fix for the Perl Lexer
-rw-r--r--Gemfile.lock2
-rw-r--r--changelogs/unreleased/rouge_3-2-1.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index b33dd75c278..1aadc3fd0b6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -743,7 +743,7 @@ GEM
retriable (3.1.1)
rinku (2.0.0)
rotp (2.1.2)
- rouge (3.2.0)
+ rouge (3.2.1)
rqrcode (0.7.0)
chunky_png
rqrcode-rails3 (0.1.7)
diff --git a/changelogs/unreleased/rouge_3-2-1.yml b/changelogs/unreleased/rouge_3-2-1.yml
new file mode 100644
index 00000000000..b281a4f0e95
--- /dev/null
+++ b/changelogs/unreleased/rouge_3-2-1.yml
@@ -0,0 +1,5 @@
+---
+title: Update to Rouge 3.2.1, which includes a critical fix to the Perl Lexer
+merge_request: 21263
+author:
+type: changed