Skip to content

Commit

Permalink
remove active_support dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Apr 30, 2010
1 parent 39b04a2 commit 6342bee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/capistrano/mailer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'rubygems' unless defined?(Rubygems)
require 'capistrano' unless defined?(Capistrano)
require 'active_support'

unless Capistrano::Configuration.respond_to?(:instance)
abort "capistrano/mailer requires Capistrano 2"
Expand Down

0 comments on commit 6342bee

Please sign in to comment.