summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-05-12 16:26:53 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-05-26 15:48:31 -0400
commit9d032cddf5575e2233c81142a3ebc609cd43a47e (patch)
tree0366afc212df68d518e5602169c079fc0d6efbad
parent0359d41b064e9f7680d0017013e011103747b614 (diff)
downloadgitlab-ce-9d032cddf5575e2233c81142a3ebc609cd43a47e.tar.gz
Correct the ReferenceFilter html/pipeline/filter require
-rw-r--r--lib/gitlab/markdown/reference_filter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/markdown/reference_filter.rb b/lib/gitlab/markdown/reference_filter.rb
index a4303d96bef..be4d26af0fc 100644
--- a/lib/gitlab/markdown/reference_filter.rb
+++ b/lib/gitlab/markdown/reference_filter.rb
@@ -1,5 +1,5 @@
require 'active_support/core_ext/string/output_safety'
-require 'html/pipeline'
+require 'html/pipeline/filter'
module Gitlab
module Markdown