summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-29 08:20:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-29 08:21:17 +0000
commit9bd3bea4c606a44c3c83b1818a030d58b0a3a330 (patch)
tree966ed5cfdf558007f4215d235d6844dc482ba918
parentaa112f19a4165af89b76ec40a27f614c8af10041 (diff)
downloadgitlab-ce-9bd3bea4c606a44c3c83b1818a030d58b0a3a330.tar.gz
Add latest changes from gitlab-org/security/gitlab@14-8-stable-ee
-rw-r--r--lib/gitlab/markdown_cache.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/markdown_cache.rb b/lib/gitlab/markdown_cache.rb
index d6371732624..283502d90c1 100644
--- a/lib/gitlab/markdown_cache.rb
+++ b/lib/gitlab/markdown_cache.rb
@@ -11,8 +11,8 @@ module Gitlab
# this if the change to the renderer output is a new feature or a
# minor bug fix.
# See: https://gitlab.com/gitlab-org/gitlab/-/issues/330313
- CACHE_COMMONMARK_VERSION = 29
- CACHE_COMMONMARK_VERSION_START = 10
+ CACHE_COMMONMARK_VERSION = 30
+ CACHE_COMMONMARK_VERSION_START = 10
BaseError = Class.new(StandardError)
UnsupportedClassError = Class.new(BaseError)