Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-03 03:08:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-03 03:08:25 +0300
commitd489dd79cfc33b730022b3c91c29fb8a5583b4b1 (patch)
tree4a0d6acf932a64b605f6a021b9b6c952874f83ef /lib/gitlab/markdown_cache.rb
parentb6a26580610bc6e0ba577260744bc3b52f1ffb46 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/markdown_cache.rb')
-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)