diff options
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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) |