diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-12-09 17:40:24 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-12-11 11:09:32 +1100 |
commit | d8e418b94e9eff9c1440eb80e0e872f42b9c23d5 (patch) | |
tree | 7c8a4cfd50b809e23e95aa18bca1610921ac43cd | |
parent | c0c26d8ae270bc0019e048fbdbacbf1e1d62a23b (diff) |
tmail is used by Alaveteli in Ruby 1.8 and is no longer included in Rails
-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) |