Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
removed stray rubygems require
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Jul 25, 2009
1 parent e3ac0d2 commit 000c708
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/action_mailer/ar_sendmail.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'optparse' require 'optparse'
require 'net/smtp' require 'net/smtp'
require 'smtp_tls' unless Net::SMTP.instance_methods.include?("enable_starttls_auto") require 'smtp_tls' unless Net::SMTP.instance_methods.include?("enable_starttls_auto")
require 'rubygems'


## ##
# Hack in RSET # Hack in RSET
Expand Down

0 comments on commit 000c708

Please sign in to comment.