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:56:33 +0100 |
commit | 21027d0d1197e7ac447296ab68a25159860888b2 (patch) | |
tree | be696ec2615b098db34449a982fcb09a68c9c49b /lib/attachment_to_html | |
parent | b3fa23047bf96bd6a08273c9491ac1ee3b4a3f80 (diff) |
Remove obsolete require
Diffstat (limited to 'lib/attachment_to_html')
-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 |