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 'app/finders/repositories/changelog_commits_finder.rb')
-rw-r--r--app/finders/repositories/changelog_commits_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/repositories/changelog_commits_finder.rb b/app/finders/repositories/changelog_commits_finder.rb
index b80b8e94e59..863a1186205 100644
--- a/app/finders/repositories/changelog_commits_finder.rb
+++ b/app/finders/repositories/changelog_commits_finder.rb
@@ -21,7 +21,7 @@ module Repositories
COMMITS_PER_PAGE = 1024
# The regex to use for extracting the SHA of a reverted commit.
- REVERT_REGEX = /^This reverts commit (?<sha>[0-9a-f]{40})/i.freeze
+ REVERT_REGEX = /^This reverts commit (?<sha>[0-9a-f]{40})/i
# The `project` argument specifies the project for which to obtain the
# commits.