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:
Diffstat (limited to 'lib/gitlab/front_matter.rb')
-rw-r--r--lib/gitlab/front_matter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/front_matter.rb b/lib/gitlab/front_matter.rb
index 2a759434b81..d215a77f4d7 100644
--- a/lib/gitlab/front_matter.rb
+++ b/lib/gitlab/front_matter.rb
@@ -37,6 +37,6 @@ module Gitlab
# rubocop:enable Style/StringConcatenation
PATTERN_UNTRUSTED_REGEX =
- Gitlab::UntrustedRegexp.new(PATTERN_UNTRUSTED, multiline: true)
+ Gitlab::UntrustedRegexp.new(PATTERN_UNTRUSTED, multiline: true).freeze
end
end