summaryrefslogtreecommitdiff
path: root/lib/gitlab/reference_extractor.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-01-07 15:46:12 +0100
committerDouwe Maan <douwe@gitlab.com>2016-01-14 11:30:28 +0100
commit2a20c0e590be2f673188f1a0d27409a714800c89 (patch)
tree6d03151c2d2f2f220a4099fcff40366ac63cd44a /lib/gitlab/reference_extractor.rb
parent6636030311993bb2d45db397bacc7a2fb265b287 (diff)
downloadgitlab-ce-2a20c0e590be2f673188f1a0d27409a714800c89.tar.gz
Prevent circular reference error in Banzai
Diffstat (limited to 'lib/gitlab/reference_extractor.rb')
-rw-r--r--lib/gitlab/reference_extractor.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/reference_extractor.rb b/lib/gitlab/reference_extractor.rb
index 4164e998dd1..4d830aa45e1 100644
--- a/lib/gitlab/reference_extractor.rb
+++ b/lib/gitlab/reference_extractor.rb
@@ -1,5 +1,3 @@
-require 'banzai'
-
module Gitlab
# Extract possible GFM references from an arbitrary String for further processing.
class ReferenceExtractor < Banzai::ReferenceExtractor