aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAlex Young <alex@bytemark.co.uk>2015-04-20 14:06:19 +0100
committerAlex Young <alex@bytemark.co.uk>2015-04-20 14:06:19 +0100
commit2ec8ca7efdab8b3246ba421ae4e9052702d398db (patch)
tree1bb822d54d311d8e980fcee6064b1257815ac695 /Gemfile
parentd92499d23bdb591ecbe824db3064ec4ab5e8f4f5 (diff)
Get tests passing on ruby 2.0.0-p598
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 871f9cf..968d442 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,7 +18,7 @@ gem "dm-transactions", "=1.2.0"
gem "dm-types", "=1.2.0"
gem "dm-validations", "=1.2.0"
gem "sanitize", "=2.0.3"
-gem "rmail", "=0.17"
+gem "rmail", "=1.1.0"
gem "xmpp4r", "=0.5.6"
gem "eventmachine", "=0.12.10"
gem "thin", "=1.2.4"