Commit e7a98807 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Bump Markdown cache

We removed vulnerability references in Markdown so we must bump the
cache so that we won't have these links to vulnerabilities in the HTML
cache.

This also caused problems with reference redaction because the
vulnerability parser class no longer exists.
parent d5fa616f
......@@ -3,7 +3,7 @@
module Gitlab
module MarkdownCache
# Increment this number every time the renderer changes its output
CACHE_COMMONMARK_VERSION = 25
CACHE_COMMONMARK_VERSION = 26
CACHE_COMMONMARK_VERSION_START = 10
BaseError = Class.new(StandardError)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment