Add latest changes from gitlab-org/security/gitlab@13-10-stable-ee
This commit is contained in:
parent
ac9a851836
commit
1d49348727
|
|
@ -3,7 +3,7 @@
|
|||
module Gitlab
|
||||
module MarkdownCache
|
||||
# Increment this number every time the renderer changes its output
|
||||
CACHE_COMMONMARK_VERSION = 26
|
||||
CACHE_COMMONMARK_VERSION = 27
|
||||
CACHE_COMMONMARK_VERSION_START = 10
|
||||
|
||||
BaseError = Class.new(StandardError)
|
||||
|
|
|
|||
Loading…
Reference in New Issue