Merge branch 'ce-issue_10439' into 'master'

Backport EE cache update

See merge request gitlab-org/gitlab-ce!27626
This commit is contained in:
Nick Thomas 2019-04-24 16:50:17 +00:00
commit 8b2592ee74

View file

@ -15,7 +15,7 @@ module CacheMarkdownField
# Increment this number every time the renderer changes its output
CACHE_COMMONMARK_VERSION_START = 10
CACHE_COMMONMARK_VERSION = 15
CACHE_COMMONMARK_VERSION = 16
# changes to these attributes cause the cache to be invalidates
INVALIDATED_BY = %w[author project].freeze