diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-05-15 16:31:40 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-05-15 16:31:40 +0100 |
commit | 862437b3c05dfdecae75483106420fe4c2b9e641 (patch) | |
tree | 92a6f77d34afa3b57f155a5c3716bc673cabfcca /lib/attachment_to_html/adapters | |
parent | 26348ce676f7ebbabcc535b2ecf00f99f8fe85c0 (diff) |
Remove obsolete require
Diffstat (limited to 'lib/attachment_to_html/adapters')
-rw-r--r-- | lib/attachment_to_html/adapters/text.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/attachment_to_html/adapters/text.rb b/lib/attachment_to_html/adapters/text.rb index b431ada5e..e99183f0e 100644 --- a/lib/attachment_to_html/adapters/text.rb +++ b/lib/attachment_to_html/adapters/text.rb @@ -1,5 +1,3 @@ -require 'nokogiri' - module AttachmentToHTML module Adapters # Convert text/plain documents in to HTML |