aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-12-09 17:40:24 +1100
committerHenare Degan <henare.degan@gmail.com>2012-12-11 11:09:32 +1100
commitd8e418b94e9eff9c1440eb80e0e872f42b9c23d5 (patch)
tree7c8a4cfd50b809e23e95aa18bca1610921ac43cd
parentc0c26d8ae270bc0019e048fbdbacbf1e1d62a23b (diff)
tmail is used by Alaveteli in Ruby 1.8 and is no longer included in Rails
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
2 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index fd4eb6e59..479df4fea 100644
--- a/Gemfile
+++ b/Gemfile
@@ -40,6 +40,7 @@ gem 'zip'
gem 'capistrano'
gem 'syslog_protocol'
gem 'newrelic_rpm'
+gem 'tmail'
group :test do
gem 'fakeweb'
diff --git a/Gemfile.lock b/Gemfile.lock
index 2f0e3f4d1..9319d6e81 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -169,6 +169,7 @@ GEM
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
+ tmail (1.2.7.1)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
@@ -216,6 +217,7 @@ DEPENDENCIES
ruby-msg (~> 1.5.0)
syslog_protocol
test-unit (~> 1.2.3)
+ tmail
vpim
will_paginate (~> 2.3.11)
xapian-full-alaveteli (~> 1.2.9.5)