Correct the ReferenceFilter html/pipeline/filter require

This commit is contained in:
Robert Speicher 2015-05-12 16:26:53 -04:00
parent 0359d41b06
commit 9d032cddf5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
require 'active_support/core_ext/string/output_safety'
require 'html/pipeline'
require 'html/pipeline/filter'
module Gitlab
module Markdown